summaryrefslogtreecommitdiffstats
path: root/libavcodec/rv34data.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/rv34data.h')
-rw-r--r--libavcodec/rv34data.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/libavcodec/rv34data.h b/libavcodec/rv34data.h
index 2155084..1b608e7 100644
--- a/libavcodec/rv34data.h
+++ b/libavcodec/rv34data.h
@@ -101,16 +101,6 @@ static const uint16_t rv34_qscale_tab[32] = {
};
/**
- * 4x4 dezigzag pattern
- */
-static const uint8_t rv34_dezigzag[16] = {
- 0, 1, 8, 16,
- 9, 2, 3, 10,
- 17, 24, 25, 18,
- 11, 19, 26, 27
-};
-
-/**
* tables used to translate a quantizer value into a VLC set for decoding
* The first table is used for intraframes.
*/
OpenPOWER on IntegriCloud