diff parser.h @ 4795:522e52c630bd libavcodec

typos/grammar
author diego
date Sat, 07 Apr 2007 14:09:20 +0000
parents 127d84a4c8e0
children 40f3a7f2b1fd
line wrap: on
line diff
--- a/parser.h	Sat Apr 07 14:07:33 2007 +0000
+++ b/parser.h	Sat Apr 07 14:09:20 2007 +0000
@@ -31,7 +31,7 @@
     uint32_t state;             ///< contains the last few bytes in MSB order
     int frame_start_found;
     int overread;               ///< the number of bytes which where irreversibly read from the next frame
-    int overread_index;         ///< the index into ParseContext.buffer of the overreaded bytes
+    int overread_index;         ///< the index into ParseContext.buffer of the overread bytes
 } ParseContext;
 
 struct MpegEncContext;