summaryrefslogtreecommitdiff
path: root/libavcodec/indeo2data.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-12-22 16:33:31 +0100
committerDiego Biurrun <diego@biurrun.de>2011-12-22 16:51:23 +0100
commitaaf47bcde7580e95bbaae0e13b454377d1bb217b (patch)
tree9ad86627539cadac868f735014e76577a51efeab /libavcodec/indeo2data.h
parent196c9e5c8c1706e81217e372ea6a3a101486af9e (diff)
Drop ALT_ prefix from BITSTREAM_READER_LE name.
The prefix is a historic remnant that probably meant "alternative". Now that the A32 bitstream reader has been dropped it makes no sense anymore.
Diffstat (limited to 'libavcodec/indeo2data.h')
-rw-r--r--libavcodec/indeo2data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/indeo2data.h b/libavcodec/indeo2data.h
index ef85e32d87..ed8d83c83b 100644
--- a/libavcodec/indeo2data.h
+++ b/libavcodec/indeo2data.h
@@ -26,7 +26,7 @@
#define IR2_CODES 143
static const uint16_t ir2_codes[IR2_CODES][2] = {
-#ifdef ALT_BITSTREAM_READER_LE
+#ifdef BITSTREAM_READER_LE
{0x0000, 3}, {0x0004, 3}, {0x0006, 3}, {0x0001, 5},
{0x0009, 5}, {0x0019, 5}, {0x000D, 5}, {0x001D, 5},
{0x0023, 6}, {0x0013, 6}, {0x0033, 6}, {0x000B, 6},