[MPlayer-dev-eng] [PATCH]Allow playback of mp2 in mov

Carl Eugen Hoyos cehoyos at rainbow.studorg.tuwien.ac.at
Tue Dec 2 02:51:17 CET 2008


Hi!

Attached patch allows playback of files produced with
ffmpeg -i input.file -acodec mp2 output.mov
(See issue737)

Please comment, Carl Eugen
-------------- next part --------------
Index: etc/codecs.conf
===================================================================
--- etc/codecs.conf	(Revision 27960)
+++ etc/codecs.conf	(Arbeitskopie)
@@ -3165,6 +3165,7 @@
   format 0x50        ; layer-1 && layer-2
   format 0x55        ; layer-3
   format 0x5500736d  ; "ms\0\x55" older mp3 fcc (MOV files)
+  format 0x5000736D
   fourcc ".mp3"      ; CBR/VBR MP3 (MOV files)
   fourcc "MP3 "      ; used in .nsv files
   fourcc "LAME"      ; used in mythtv .nuv files


More information about the MPlayer-dev-eng mailing list