changeset 1281:7f87368d0474 libavformat

ALT_BITSTREAM_READER_LE is obviously not needed for the tta demuxer, as there was a typo in the define
author aurel
date Mon, 28 Aug 2006 18:53:10 +0000
parents 8505bbb024c5
children faf64f0d3445
files tta.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tta.c	Sun Aug 27 12:22:40 2006 +0000
+++ b/tta.c	Mon Aug 28 18:53:10 2006 +0000
@@ -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 {