diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-05-29 19:44:01 +0100 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-05-31 13:06:19 +0200 |
commit | 2f15846ad7ad57beb0bca99c624affa0facf284b (patch) | |
tree | 478d3e566e3f644b3a46d2b47bf411042818f054 /libavcodec/msmpeg4.h | |
parent | 902a55f7161ffea10e13c1e7df14022e2ed90514 (diff) | |
download | ffmpeg-2f15846ad7ad57beb0bca99c624affa0facf284b.tar.gz |
mpegvideo: wmv2: Move function declarations
Diffstat (limited to 'libavcodec/msmpeg4.h')
-rw-r--r-- | libavcodec/msmpeg4.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/msmpeg4.h b/libavcodec/msmpeg4.h index 0a8ecd9e23..23138dc073 100644 --- a/libavcodec/msmpeg4.h +++ b/libavcodec/msmpeg4.h @@ -54,7 +54,6 @@ int ff_msmpeg4_decode_block(MpegEncContext * s, int16_t * block, int n, int coded, const uint8_t *scan_table); int ff_msmpeg4_pred_dc(MpegEncContext *s, int n, int16_t **dc_val_ptr, int *dir_ptr); -int ff_wmv2_decode_mb(MpegEncContext *s, int16_t block[6][64]); #define CONFIG_MSMPEG4_DECODER (CONFIG_MSMPEG4V1_DECODER || \ CONFIG_MSMPEG4V2_DECODER || \ |