summaryrefslogtreecommitdiff
path: root/libavcodec/tscc2data.h
diff options
context:
space:
mode:
authorDerek Buitenhuis <derek.buitenhuis@gmail.com>2016-04-24 11:47:15 +0100
committerDerek Buitenhuis <derek.buitenhuis@gmail.com>2016-04-24 11:47:39 +0100
commita5a6621616aac55b8284002af4fef35b66e2b2d1 (patch)
treee162517aeeef766d788a645d362e089221681234 /libavcodec/tscc2data.h
parent2e67a99fbc6b99315925de40fc6fa7161576be10 (diff)
parentf4d581cda3897f66c1dda7586b93f86a591dbbef (diff)
Merge commit 'f4d581cda3897f66c1dda7586b93f86a591dbbef'
* commit 'f4d581cda3897f66c1dda7586b93f86a591dbbef': lavc: Deduplicate zigzag_scan table Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
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 7806267545..7cd6f5216e 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] = {