From 69261768d3974746cd1ccfa87faee9c910f5fb76 Mon Sep 17 00:00:00 2001 From: Dominik Mierzejewski Date: Sun, 8 Oct 2006 21:23:57 +0000 Subject: [PATCH] =?UTF-8?q?Fixes:=20parser.c:555:=20warning:=20implicit=20?= =?UTF-8?q?declaration=20of=20function=20=E2=80=98ff=5Fcavs=5Ffind=5Fframe?= =?UTF-8?q?=5Fend=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Approved by Michael. Originally committed as revision 6592 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/mpegvideo.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h index f4866dd34c..2c727d042b 100644 --- a/libavcodec/mpegvideo.h +++ b/libavcodec/mpegvideo.h @@ -935,6 +935,8 @@ void mjpeg_picture_header(MpegEncContext *s); 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 */