diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2006-08-28 18:53:10 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2006-08-28 18:53:10 +0000 |
commit | 51ebd13654aa40d1f1c3c976842b855be10dd3ac (patch) | |
tree | 8eb74c135bbbea7c70094b32dc7032954e727949 /libavformat | |
parent | 75c998a21916f990cff5eaca59c4dc9d592a273f (diff) | |
download | ffmpeg-51ebd13654aa40d1f1c3c976842b855be10dd3ac.tar.gz |
ALT_BITSTREAM_READER_LE is obviously not needed for the tta demuxer, as there was a typo in the define
Originally committed as revision 6119 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/tta.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/tta.c b/libavformat/tta.c index 7a54ec2b58..07cf75c86a 100644 --- a/libavformat/tta.c +++ b/libavformat/tta.c @@ -17,7 +17,6 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "avformat.h" -#define ALT_BITSREAM_READER_LE #include "bitstream.h" typedef struct { |