]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/tscc2data.h
lavc: Deduplicate zigzag_scan table
[ffmpeg] / libavcodec / tscc2data.h
index 70a06e5e0add72347c410760e949f0212cbf681e..ac0a898177e4499bf39d059272aef9333aa53136 100644 (file)
 
 #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] = {