diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2003-09-09 22:59:16 +0000 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2003-09-09 22:59:16 +0000 |
commit | b160941221f66f4da3c6ac24ba2398decd13e0e3 (patch) | |
tree | 5941a5cc22a81d4e2ae9bf626205549c14afb65b /libavcodec/mpegvideo.h | |
parent | 09b85c13a3edc52f5909b05a138b62fcf1b25675 (diff) | |
download | ffmpeg-b160941221f66f4da3c6ac24ba2398decd13e0e3.tar.gz |
removed warnings
Originally committed as revision 2248 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r-- | libavcodec/mpegvideo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h index db56c3ba52..58af196ea2 100644 --- a/libavcodec/mpegvideo.h +++ b/libavcodec/mpegvideo.h @@ -869,6 +869,7 @@ int msmpeg4_decode_ext_header(MpegEncContext * s, int buf_size); int ff_msmpeg4_decode_init(MpegEncContext *s); void ff_msmpeg4_encode_init(MpegEncContext *s); int ff_wmv2_decode_picture_header(MpegEncContext * s); +int ff_wmv2_decode_secondary_picture_header(MpegEncContext * s); void ff_wmv2_add_mb(MpegEncContext *s, DCTELEM block[6][64], uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr); void ff_mspel_motion(MpegEncContext *s, uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr, |