]> git.pld-linux.org Git - packages/avifile.git/commitdiff
- fix for detection of mp3s outside WAV header
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 30 Dec 2003 02:32:58 +0000 (02:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    avifile-mp3.patch -> 1.1

avifile-mp3.patch [new file with mode: 0644]

diff --git a/avifile-mp3.patch b/avifile-mp3.patch
new file mode 100644 (file)
index 0000000..9c56e7d
--- /dev/null
@@ -0,0 +1,10 @@
+--- avifile-0.7-0.7.38/lib/aviread/FFReadStream.cpp.orig       2003-05-27 17:26:00.000000000 +0200
++++ avifile-0.7-0.7.38/lib/aviread/FFReadStream.cpp    2003-12-30 03:24:43.814350536 +0100
+@@ -19,6 +19,7 @@
+     { CODEC_ID_H263, mmioFOURCC('H', '2', '6', '3') },
+     { CODEC_ID_H263P, mmioFOURCC('H', '2', '6', '3') },
+     { CODEC_ID_MP2, 0x50 },
++    { CODEC_ID_MP3LAME, 0x55 },
+     { CODEC_ID_AC3, 0x2000 },
+     { CODEC_ID_DVVIDEO, mmioFOURCC('D', 'V', 'S', 'D') },
+     { CODEC_ID_DVAUDIO, ('D' << 8) | 'A' },
This page took 0.051506 seconds and 4 git commands to generate.