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 Originally committed as revision 8962 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -59,7 +59,4 @@ int ff_mpeg4video_split(AVCodecContext *avctx, const uint8_t *buf,
|
||||
void ff_parse_close(AVCodecParserContext *s);
|
||||
void ff_parse1_close(AVCodecParserContext *s);
|
||||
|
||||
/* h263dec.c */
|
||||
int ff_mpeg4_find_frame_end(ParseContext *pc, const uint8_t *buf, int buf_size);
|
||||
|
||||
#endif /* !FFMPEG_PARSER_H */
|
||||
|
Reference in New Issue
Block a user