changeset 29773:17fe39ab8693

add audio format 0x55005354 to mp3, fixes unknown_audio_codec.avi
author compn
date Tue, 03 Nov 2009 19:45:43 +0000
parents 6b891d886789
children fa6aeebaf41a
files etc/codecs.conf
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/codecs.conf	Mon Nov 02 22:32:47 2009 +0000
+++ b/etc/codecs.conf	Tue Nov 03 19:45:43 2009 +0000
@@ -3700,6 +3700,7 @@
   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 @@
   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