summaryrefslogtreecommitdiff
path: root/libavcodec/tscc2data.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2016-03-24 11:16:53 +0100
committerDiego Biurrun <diego@biurrun.de>2016-03-25 15:23:56 +0100
commitf4d581cda3897f66c1dda7586b93f86a591dbbef (patch)
tree2b0ffc804d914fe27b7324f7e21487476df13bda /libavcodec/tscc2data.h
parent02cd8bb9cb4381c50f42a9284098cc8a33d397db (diff)
lavc: Deduplicate zigzag_scan table
Diffstat (limited to 'libavcodec/tscc2data.h')
-rw-r--r--libavcodec/tscc2data.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/libavcodec/tscc2data.h b/libavcodec/tscc2data.h
index 70a06e5e0a..ac0a898177 100644
--- a/libavcodec/tscc2data.h
+++ b/libavcodec/tscc2data.h
@@ -24,13 +24,6 @@
#include <stdint.h>
-static const uint8_t tscc2_zigzag[16] = {
- 0, 1, 4, 8,
- 5, 2, 3, 6,
- 9, 12, 13, 10,
- 7, 11, 14, 15
-};
-
#define NUM_VLC_SETS 13
static const uint16_t tscc2_quants[NUM_VLC_SETS][3] = {