[Ffmpeg-cvslog] r6592 - trunk/libavcodec/mpegvideo.h

rathann subversion
Sun Oct 8 23:23:57 CEST 2006


Author: rathann
Date: Sun Oct  8 23:23:57 2006
New Revision: 6592

Modified:
   trunk/libavcodec/mpegvideo.h

Log:
Fixes:
parser.c:555: warning: implicit declaration of function ?ff_cavs_find_frame_end?

Approved by Michael.



Modified: trunk/libavcodec/mpegvideo.h
==============================================================================
--- trunk/libavcodec/mpegvideo.h	(original)
+++ trunk/libavcodec/mpegvideo.h	Sun Oct  8 23:23:57 2006
@@ -935,6 +935,8 @@
 void mjpeg_picture_trailer(MpegEncContext *s);
 void ff_mjpeg_stuffing(PutBitContext * pbc);
 
+/* cavs.c */
+int ff_cavs_find_frame_end(ParseContext *pc, const uint8_t *buf, int buf_size);
 
 #endif /* AVCODEC_MPEGVIDEO_H */
 




More information about the ffmpeg-cvslog mailing list