diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-12-22 16:33:31 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-12-22 16:51:23 +0100 |
commit | aaf47bcde7580e95bbaae0e13b454377d1bb217b (patch) | |
tree | 9ad86627539cadac868f735014e76577a51efeab /libavcodec/tta.c | |
parent | 196c9e5c8c1706e81217e372ea6a3a101486af9e (diff) | |
download | ffmpeg-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/tta.c')
-rw-r--r-- | libavcodec/tta.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/tta.c b/libavcodec/tta.c index c8d58fd9ec..7ec5435a06 100644 --- a/libavcodec/tta.c +++ b/libavcodec/tta.c @@ -27,7 +27,7 @@ * @author Alex Beregszaszi */ -#define ALT_BITSTREAM_READER_LE +#define BITSTREAM_READER_LE //#define DEBUG #include <limits.h> #include "avcodec.h" |