comparison parser.h @ 4175:b3328ed50a5e libavcodec

make mpeg4video_split public as ff_mpeg4video_split
author stefang
date Sun, 12 Nov 2006 20:01:50 +0000
parents 2205aefb22b7
children 127d84a4c8e0
comparison
equal deleted inserted replaced
4174:8535fcac43c1 4175:b3328ed50a5e
50 } ParseContext1; 50 } ParseContext1;
51 51
52 #define END_NOT_FOUND (-100) 52 #define END_NOT_FOUND (-100)
53 53
54 int ff_combine_frame(ParseContext *pc, int next, uint8_t **buf, int *buf_size); 54 int ff_combine_frame(ParseContext *pc, int next, uint8_t **buf, int *buf_size);
55 int ff_mpeg4video_split(AVCodecContext *avctx, const uint8_t *buf,
56 int buf_size);
55 void ff_parse_close(AVCodecParserContext *s); 57 void ff_parse_close(AVCodecParserContext *s);
56 void ff_parse1_close(AVCodecParserContext *s); 58 void ff_parse1_close(AVCodecParserContext *s);
57 59
58 /* h263dec.c */ 60 /* h263dec.c */
59 int ff_mpeg4_find_frame_end(ParseContext *pc, const uint8_t *buf, int buf_size); 61 int ff_mpeg4_find_frame_end(ParseContext *pc, const uint8_t *buf, int buf_size);