diff 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
line wrap: on
line diff
--- a/parser.h	Wed May 09 23:08:01 2007 +0000
+++ b/parser.h	Wed May 09 23:13:43 2007 +0000
@@ -59,7 +59,4 @@
 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 */