diff options
author | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2010-02-28 02:44:36 +0000 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2010-02-28 02:44:36 +0000 |
commit | dacd7842d545ccf41a577924c984454c6df83bcb (patch) | |
tree | 82a38bd8ca71d5495a3d49ac056a2642241e1c5d /libavcodec/h263_parser.c | |
parent | dd6c2534ed2a50f8ceabbe6eacd01ef74e1e567a (diff) | |
download | ffmpeg-dacd7842d545ccf41a577924c984454c6df83bcb.tar.gz |
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.c | 1 |
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; |