Mercurial > mplayer.hg
diff etc/codecs.conf @ 14498:6c8fe2938564
Decode MP3 in rm files
| author | rtognimp |
|---|---|
| date | Sat, 15 Jan 2005 15:07:24 +0000 |
| parents | 11a33796997c |
| children | 5becfc1e6c16 |
line wrap: on
line diff
--- a/etc/codecs.conf Sat Jan 15 01:30:31 2005 +0000 +++ b/etc/codecs.conf Sat Jan 15 15:07:24 2005 +0000 @@ -2235,6 +2235,14 @@ driver ffmpeg dll "mp3" +audiocodec ffmp3adu + info "FFmpeg MPEG layer-3 adu audio decoder" + comment "integer only" + status working + format 0x55756461 ; 'a','d','u',0x55 internal MPlayer fourcc + driver ffmpeg + dll "mp3adu" + audiocodec ffmp2 info "FFmpeg MPEG layer-1 and layer-2 audio decoder" comment "integer only"
