[Ffmpeg-devel] [PATCH] fix implicit declaration in parser.c

Dominik 'Rathann' Mierzejewski dominik
Sun Oct 8 20:56:49 CEST 2006


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


-- 
MPlayer developer and RPMs maintainer: http://rpm.greysector.net/mplayer/
There should be a science of discontent. People need hard times and
oppression to develop psychic muscles.
	-- from "Collected Sayings of Muad'Dib" by the Princess Irulan
-------------- next part --------------
--- MPlayer-20114/libavcodec/mpegvideo.h.lavc	2006-10-08 16:12:01.000000000 +0200
+++ MPlayer-20114/libavcodec/mpegvideo.h	2006-10-08 20:53:23.000000000 +0200
@@ -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-devel mailing list