# HG changeset patch # User rathann # Date 1160342637 0 # Node ID d075bbfca527df4cf5d2513d3d47ec365bf59c72 # Parent 514c6726b83b507a42b67ba8ea338a0cd209ada3 Fixes: parser.c:555: warning: implicit declaration of function ¡Æff_cavs_find_frame_end¡Ç Approved by Michael. diff -r 514c6726b83b -r d075bbfca527 mpegvideo.h --- a/mpegvideo.h Sun Oct 08 21:11:03 2006 +0000 +++ b/mpegvideo.h Sun Oct 08 21:23:57 2006 +0000 @@ -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 */