Commit aad978fa authored by rathann's avatar rathann

Fixes:

parser.c:555: warning: implicit declaration of function ‘ff_cavs_find_frame_end’

Approved by Michael.



git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6592 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent af1a6b83
...@@ -935,6 +935,8 @@ void mjpeg_picture_header(MpegEncContext *s); ...@@ -935,6 +935,8 @@ void mjpeg_picture_header(MpegEncContext *s);
void mjpeg_picture_trailer(MpegEncContext *s); void mjpeg_picture_trailer(MpegEncContext *s);
void ff_mjpeg_stuffing(PutBitContext * pbc); 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 */ #endif /* AVCODEC_MPEGVIDEO_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment