[FFmpeg-cvslog] lavf/avio: fix two extreemly unreasonble typos.
Clément Bœsch
git at videolan.org
Thu Mar 14 23:36:41 CET 2013
ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Thu Mar 14 23:36:30 2013 +0100| [1f68bac50be01fb9a463b0d6ef953ee85fb61e9b] | committer: Clément Bœsch
lavf/avio: fix two extreemly unreasonble typos.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1f68bac50be01fb9a463b0d6ef953ee85fb61e9b
---
libavformat/avio.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libavformat/avio.h b/libavformat/avio.h
index 17b341d..8de28bf 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
More information about the ffmpeg-cvslog
mailing list