summaryrefslogtreecommitdiff
path: root/libavcodec/msmpeg4data.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2016-02-10 14:55:52 +0100
committerDiego Biurrun <diego@biurrun.de>2016-02-19 20:38:18 +0100
commitf9fbd474676e903e12efe83203697d60a9d28cf9 (patch)
tree154eecbac11518705cdc6d56680b166b7c788bde /libavcodec/msmpeg4data.h
parent79866803ffc4c1a1b02663de9bab216b8cfdb8b4 (diff)
msmpeg4data: Move WMV2 data tables to their own file
Diffstat (limited to 'libavcodec/msmpeg4data.h')
-rw-r--r--libavcodec/msmpeg4data.h3
1 files changed, 0 insertions, 3 deletions
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 */