From dacd7842d545ccf41a577924c984454c6df83bcb Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Sun, 28 Feb 2010 02:44:36 +0000 Subject: [PATCH] Include h263_parser.h: It contains the prototype for ff_h263_find_frame_end(). Originally committed as revision 22101 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/h263_parser.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/h263_parser.c b/libavcodec/h263_parser.c index 4a279d9052..d4cc9a3688 100644 --- a/libavcodec/h263_parser.c +++ b/libavcodec/h263_parser.c @@ -25,6 +25,7 @@ */ #include "parser.h" +#include "h263_parser.h" int ff_h263_find_frame_end(ParseContext *pc, const uint8_t *buf, int buf_size){ int vop_found, i;