OSDN Git Service

Include h263_parser.h: It contains the prototype for
authorCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>
Sun, 28 Feb 2010 02:44:36 +0000 (02:44 +0000)
committerCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>
Sun, 28 Feb 2010 02:44:36 +0000 (02:44 +0000)
ff_h263_find_frame_end().

Originally committed as revision 22101 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/h263_parser.c

index 4a279d9..d4cc9a3 100644 (file)
@@ -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;