changeset 11313:367119ffda3f libavcodec

Include h263_parser.h: It contains the prototype for ff_h263_find_frame_end().
author cehoyos
date Sun, 28 Feb 2010 02:44:36 +0000
parents 20752e8b2657
children 5b39547c4ce1
files h263_parser.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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;