mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
Fixes:
parser.c:555: warning: implicit declaration of function ‘ff_cavs_find_frame_end’ Approved by Michael. Originally committed as revision 6592 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
621d92940e
commit
69261768d3
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user