[FFmpeg-cvslog] r22101 - trunk/libavcodec/h263_parser.c
cehoyos
subversion
Sun Feb 28 03:44:37 CET 2010
Author: cehoyos
Date: Sun Feb 28 03:44:36 2010
New Revision: 22101
Log:
Include h263_parser.h: It contains the prototype for
ff_h263_find_frame_end().
Modified:
trunk/libavcodec/h263_parser.c
Modified: trunk/libavcodec/h263_parser.c
==============================================================================
--- trunk/libavcodec/h263_parser.c Sun Feb 28 03:41:20 2010 (r22100)
+++ trunk/libavcodec/h263_parser.c Sun Feb 28 03:44:36 2010 (r22101)
@@ -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;
More information about the ffmpeg-cvslog
mailing list