typos/grammar
Originally committed as revision 8641 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
911406f2c4
commit
e42dba481f
13 changed files with 15 additions and 15 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue