changeset 33352:2b5e0610a072

Mark mp3lib decoder as buggy, it does not produce proper output when compiled with gcc 4.6
author reimar
date Sun, 08 May 2011 08:51:44 +0000
parents a9a7c7514c43
children 63dbf59fa312
files etc/codecs.conf
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/etc/codecs.conf	Sun May 08 08:42:27 2011 +0000
+++ b/etc/codecs.conf	Sun May 08 08:51:44 2011 +0000
@@ -4415,8 +4415,8 @@
   ; 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 working
-  comment "Optimized to MMX/SSE/3Dnow!"
+  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)