aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/avio.h
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2013-03-14 23:36:30 +0100
committerClément Bœsch <ubitux@gmail.com>2013-03-14 23:36:30 +0100
commit1f68bac50be01fb9a463b0d6ef953ee85fb61e9b (patch)
tree3a9d8f287248440b8a8dfc9d351d629b2a48aa75 /libavformat/avio.h
parent9bb25dbd13e0e1a41fc781618acdaedbe2a1c3bb (diff)
downloadandroid_external_ffmpeg-1f68bac50be01fb9a463b0d6ef953ee85fb61e9b.tar.gz
android_external_ffmpeg-1f68bac50be01fb9a463b0d6ef953ee85fb61e9b.tar.bz2
android_external_ffmpeg-1f68bac50be01fb9a463b0d6ef953ee85fb61e9b.zip
lavf/avio: fix two extreemly unreasonble typos.
Diffstat (limited to 'libavformat/avio.h')
-rw-r--r--libavformat/avio.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/avio.h b/libavformat/avio.h
index 17b341d6c7..8de28bf1d1 100644
--- a/libavformat/avio.h
+++ b/libavformat/avio.h
@@ -217,8 +217,8 @@ int avio_put_str16le(AVIOContext *s, const char *str);
/**
* Oring this flag as into the "whence" parameter to a seek function causes it to
- * seek by any means (like reopening and linear reading) or other normally unreasonble
- * means that can be extreemly slow.
+ * seek by any means (like reopening and linear reading) or other normally unreasonable
+ * means that can be extremely slow.
* This may be ignored by the seek code.
*/
#define AVSEEK_FORCE 0x20000