[Ffmpeg-cvslog] r6119 - trunk/libavformat/tta.c

aurel subversion
Mon Aug 28 20:53:10 CEST 2006


Author: aurel
Date: Mon Aug 28 20:53:10 2006
New Revision: 6119

Modified:
   trunk/libavformat/tta.c

Log:
ALT_BITSTREAM_READER_LE is obviously not needed for the tta demuxer, as there was a typo in the define

Modified: trunk/libavformat/tta.c
==============================================================================
--- trunk/libavformat/tta.c	(original)
+++ trunk/libavformat/tta.c	Mon Aug 28 20:53:10 2006
@@ -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 {




More information about the ffmpeg-cvslog mailing list