OSDN Git Service

lavf/avio: fix two extreemly unreasonble typos.
authorClément Bœsch <ubitux@gmail.com>
Thu, 14 Mar 2013 22:36:30 +0000 (23:36 +0100)
committerClément Bœsch <ubitux@gmail.com>
Thu, 14 Mar 2013 22:36:30 +0000 (23:36 +0100)
libavformat/avio.h

index 17b341d..8de28bf 100644 (file)
@@ -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