diff options
author | Clément Bœsch <ubitux@gmail.com> | 2013-03-14 23:36:30 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2013-03-14 23:36:30 +0100 |
commit | 1f68bac50be01fb9a463b0d6ef953ee85fb61e9b (patch) | |
tree | 3a9d8f287248440b8a8dfc9d351d629b2a48aa75 | |
parent | 9bb25dbd13e0e1a41fc781618acdaedbe2a1c3bb (diff) | |
download | ffmpeg-1f68bac50be01fb9a463b0d6ef953ee85fb61e9b.tar.gz |
lavf/avio: fix two extreemly unreasonble typos.
-rw-r--r-- | libavformat/avio.h | 4 |
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 |