Browse Source

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
tags/v0.5
Dominik Mierzejewski 19 years ago
parent
commit
69261768d3
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      libavcodec/mpegvideo.h

+ 2
- 0
libavcodec/mpegvideo.h View File

@@ -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…
Cancel
Save