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
pull/126/head
Aurelien Jacobs 19 years ago
parent 75c998a219
commit 51ebd13654
  1. 1
      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 {

Loading…
Cancel
Save