summaryrefslogtreecommitdiffstats
path: root/libavcodec/ivi_common.c
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/ivi_common.c
parent196c9e5c8c1706e81217e372ea6a3a101486af9e (diff)
downloadffmpeg-streaming-aaf47bcde7580e95bbaae0e13b454377d1bb217b.zip
ffmpeg-streaming-aaf47bcde7580e95bbaae0e13b454377d1bb217b.tar.gz
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/ivi_common.c')
-rw-r--r--libavcodec/ivi_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ivi_common.c b/libavcodec/ivi_common.c
index bd3d4e6..9cec0a8 100644
--- a/libavcodec/ivi_common.c
+++ b/libavcodec/ivi_common.c
@@ -26,7 +26,7 @@
* Indeo5 decoders.
*/
-#define ALT_BITSTREAM_READER_LE
+#define BITSTREAM_READER_LE
#include "avcodec.h"
#include "get_bits.h"
#include "ivi_common.h"
OpenPOWER on IntegriCloud