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.
This commit is contained in:
Diego Biurrun
2011-12-22 16:33:31 +01:00
parent 196c9e5c8c
commit aaf47bcde7
27 changed files with 32 additions and 32 deletions

View File

@ -24,7 +24,7 @@
* VBLE Decoder
*/
#define ALT_BITSTREAM_READER_LE
#define BITSTREAM_READER_LE
#include "avcodec.h"
#include "dsputil.h"