Mercurial > libavcodec.hg
changeset 3960:d075bbfca527 libavcodec
Fixes:
parser.c:555: warning: implicit declaration of function ?ff_cavs_find_frame_end?
Approved by Michael.
| author | rathann |
|---|---|
| date | Sun, 08 Oct 2006 21:23:57 +0000 |
| parents | 514c6726b83b |
| children | 573f56f4f846 |
| files | mpegvideo.h |
| diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 */
