Commit dacd7842 authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

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
parent dd6c2534
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment