diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-04-07 14:09:20 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-04-07 14:09:20 +0000 |
commit | e42dba481f6e552539ed8ce1a164024f68667943 (patch) | |
tree | 1bd9fca6580e24eb697a145eab31d487a7645ba9 /libavcodec/parser.h | |
parent | 911406f2c476c8e8fcd0fdf997f071f925cd4a32 (diff) | |
download | ffmpeg-e42dba481f6e552539ed8ce1a164024f68667943.tar.gz |
typos/grammar
Originally committed as revision 8641 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/parser.h')
-rw-r--r-- | libavcodec/parser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/parser.h b/libavcodec/parser.h index 3496b341f4..9452a096c0 100644 --- a/libavcodec/parser.h +++ b/libavcodec/parser.h @@ -31,7 +31,7 @@ typedef struct ParseContext{ 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; |