This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
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
tags/v0.5
Aurelien Jacobs
19 years ago
parent
75c998a219
commit
51ebd13654
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
libavformat/tta.c
+ 0
- 1
libavformat/tta.c
View File
@@ -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 {
Write
Preview
Loading…
Cancel
Save