comparison parser.h @ 4795:522e52c630bd libavcodec

typos/grammar
author diego
date Sat, 07 Apr 2007 14:09:20 +0000
parents 127d84a4c8e0
children 40f3a7f2b1fd
comparison
equal deleted inserted replaced
4794:2c9f06854306 4795:522e52c630bd
29 int last_index; 29 int last_index;
30 unsigned int buffer_size; 30 unsigned int buffer_size;
31 uint32_t state; ///< contains the last few bytes in MSB order 31 uint32_t state; ///< contains the last few bytes in MSB order
32 int frame_start_found; 32 int frame_start_found;
33 int overread; ///< the number of bytes which where irreversibly read from the next frame 33 int overread; ///< the number of bytes which where irreversibly read from the next frame
34 int overread_index; ///< the index into ParseContext.buffer of the overreaded bytes 34 int overread_index; ///< the index into ParseContext.buffer of the overread bytes
35 } ParseContext; 35 } ParseContext;
36 36
37 struct MpegEncContext; 37 struct MpegEncContext;
38 38
39 typedef struct ParseContext1{ 39 typedef struct ParseContext1{