mpegvideo: wmv2: Move function declarations

This commit is contained in:
Vittorio Giovara
2015-05-29 19:44:01 +01:00
parent 902a55f716
commit 2f15846ad7
8 changed files with 19 additions and 12 deletions

View File

@@ -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 || \