diff etc/codecs.conf @ 35165:b924f0df5a1d

Remove our internal mp3lib copy. We have FFmpeg as integrated decoder, and the external mpg123 library should include all important improvements from our mp3lib and is actually properly maintained.
author reimar
date Sun, 21 Oct 2012 12:10:38 +0000
parents c9cd5be20162
children ffbbb8391c3e
line wrap: on
line diff
--- a/etc/codecs.conf	Sun Oct 21 11:14:13 2012 +0000
+++ b/etc/codecs.conf	Sun Oct 21 12:10:38 2012 +0000
@@ -5048,25 +5048,10 @@
   driver ffmpeg
   dll "sonic"
 
-audiocodec mp3
-  ; this is preferred over ffmp2/ffmp3 since it is faster due to using
-  ; floating point and there are even broken mkv files where the audio
-  ; needs to be parsed, making this codec work more reliably
-  info "mp3lib MPEG layer-2, layer-3"
-  status buggy
-  comment "Barely maintained, miscompiles with newer gcc versions"
-  format 0x50        ; layer-1 && layer-2
-  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
-  driver mp3lib
-
 audiocodec mpg123
   ; this is preferred over ffmp2/ffmp3 since it is faster, generally
+  ; and there are even broken mkv files where the audio
+  ; needs to be parsed, making this codec work more reliably
   info "MPEG 1.0/2.0/2.5 layers I, II, III"
   status working
   comment "High-performance decoder using libmpg123."