Commit 23694c91 authored by cehoyos's avatar cehoyos

Include h263_parser.h: It contains the prototype for

ff_h263_find_frame_end().


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22101 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 2ca645b1
......@@ -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