From d86aad3d5643c1e4ea287868fcaaff9adf684a03 Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 30 Jun 2010 09:55:14 +0000 Subject: ad_mpg123: add MP3 decoding through libmpg123 patch by Thomas Orgis, thomas-forum orgis org git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31590 b3059339-0415-0410-9bf9-f77b7e298cf2 --- etc/codecs.conf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'etc') diff --git a/etc/codecs.conf b/etc/codecs.conf index c723ebd2cf..7e912e3afd 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -4163,6 +4163,21 @@ audiocodec mp3 fourcc "LAME" ; used in mythtv .nuv files driver mp3lib +audiocodec mpg123 + ; this is preferred over ffmp2/ffmp3 since it is faster, generally + info "MPEG 1.0/2.0/2.5 layers I, II, III" + status working + comment "High-performance decoder using libmpg123." + 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 mpg123 + audiocodec ffmp3on4float info "FFmpeg Multi-channel MPEG layer-3 on MP4 audio" status working -- cgit v1.2.3