From 76c5520d7490061f3210bc4200f62fc59ac12744 Mon Sep 17 00:00:00 2001 From: compn Date: Tue, 3 Nov 2009 19:45:43 +0000 Subject: add audio format 0x55005354 to mp3, fixes unknown_audio_codec.avi git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29815 b3059339-0415-0410-9bf9-f77b7e298cf2 --- etc/codecs.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'etc/codecs.conf') diff --git a/etc/codecs.conf b/etc/codecs.conf index 51b5f3739d..9b49433456 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -3700,6 +3700,7 @@ audiocodec mp3 format 0x55 ; layer-3 format 0x5500736d ; "ms\0\x55" older mp3 fcc (MOV files) format 0x5000736d ; "ms\0\x50" older mp2 fcc (MOV files) + format 0x55005354 ; broken file fourcc ".mp3" ; CBR/VBR MP3 (MOV files) fourcc "MP3 " ; used in .nsv files fourcc "LAME" ; used in mythtv .nuv files @@ -3769,6 +3770,7 @@ audiocodec ffmp3 status working format 0x55 format 0x5500736d ; "ms\0\x55" older mp3 fcc (MOV files) + format 0x55005354 ; broken file fourcc ".mp3" ; CBR/VBR MP3 (MOV files) fourcc "MP3 " ; used in .nsv files fourcc "LAME" ; used in mythtv .nuv files -- cgit v1.2.3