From f9fbd474676e903e12efe83203697d60a9d28cf9 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 10 Feb 2016 14:55:52 +0100 Subject: msmpeg4data: Move WMV2 data tables to their own file --- libavcodec/msmpeg4data.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'libavcodec/msmpeg4data.h') diff --git a/libavcodec/msmpeg4data.h b/libavcodec/msmpeg4data.h index ca2dac14bd..9d57d419a8 100644 --- a/libavcodec/msmpeg4data.h +++ b/libavcodec/msmpeg4data.h @@ -84,7 +84,4 @@ extern const uint32_t ff_table1_dc_chroma[120][2]; #define WMV2_INTER_CBP_TABLE_COUNT 4 extern const uint32_t (* const ff_wmv2_inter_table[WMV2_INTER_CBP_TABLE_COUNT])[2]; -extern const uint8_t ff_wmv2_scantableA[64]; -extern const uint8_t ff_wmv2_scantableB[64]; - #endif /* AVCODEC_MSMPEG4DATA_H */ -- cgit v1.2.3