# HG changeset patch # User cehoyos # Date 1267325076 0 # Node ID 367119ffda3fd5c28607285dc7f12264ba782ca5 # Parent 20752e8b2657bc4d88380bbf3cb386afa5493782 Include h263_parser.h: It contains the prototype for ff_h263_find_frame_end(). diff -r 20752e8b2657 -r 367119ffda3f h263_parser.c --- a/h263_parser.c Sun Feb 28 02:41:20 2010 +0000 +++ b/h263_parser.c Sun Feb 28 02:44:36 2010 +0000 @@ -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;