summaryrefslogtreecommitdiff
path: root/libavcodec/h263_parser.c
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>2010-02-28 02:44:36 +0000
committerCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>2010-02-28 02:44:36 +0000
commitdacd7842d545ccf41a577924c984454c6df83bcb (patch)
tree82a38bd8ca71d5495a3d49ac056a2642241e1c5d /libavcodec/h263_parser.c
parentdd6c2534ed2a50f8ceabbe6eacd01ef74e1e567a (diff)
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
Diffstat (limited to 'libavcodec/h263_parser.c')
-rw-r--r--libavcodec/h263_parser.c1
1 files changed, 1 insertions, 0 deletions
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;