comparison parser.h @ 4957:3fcb2f0d9ef1 libavcodec

move ff_mpeg4_find_frame_end() from h263dec.c to mpeg4video_parser.c now h263dec depends on mpeg4video_parser this fixes compilation when h263 decoder is disabled
author aurel
date Wed, 09 May 2007 23:13:43 +0000
parents c3ee5c30c297
children 5577fd4f31e1
comparison
equal deleted inserted replaced
4956:ea7519d7649f 4957:3fcb2f0d9ef1
57 int ff_mpeg4video_split(AVCodecContext *avctx, const uint8_t *buf, 57 int ff_mpeg4video_split(AVCodecContext *avctx, const uint8_t *buf,
58 int buf_size); 58 int buf_size);
59 void ff_parse_close(AVCodecParserContext *s); 59 void ff_parse_close(AVCodecParserContext *s);
60 void ff_parse1_close(AVCodecParserContext *s); 60 void ff_parse1_close(AVCodecParserContext *s);
61 61
62 /* h263dec.c */
63 int ff_mpeg4_find_frame_end(ParseContext *pc, const uint8_t *buf, int buf_size);
64
65 #endif /* !FFMPEG_PARSER_H */ 62 #endif /* !FFMPEG_PARSER_H */