Mercurial > mplayer.hg
diff etc/codecs.conf @ 8094:b8a90a2af611
- realaudio ATRC (sony atrac3) codec support
- fixed passing of codecdata from demuxer to codec
patch by Fabian Franz <FabianFranz@gmx.de>
| author | arpi |
|---|---|
| date | Mon, 04 Nov 2002 00:23:53 +0000 |
| parents | 916d8b7fa6ed |
| children | 6337f8858d3a |
line wrap: on
line diff
--- a/etc/codecs.conf Sun Nov 03 23:28:48 2002 +0000 +++ b/etc/codecs.conf Mon Nov 04 00:23:53 2002 +0000 @@ -1197,6 +1197,13 @@ driver realaud dll "sipr.so.6.0" +audiocodec raatrc + info "RealAudio ATRAC3" + status working + format 0x63727461 ; "atrc" + driver realaud + dll "atrc.so.6.0" + audiocodec imaadpcm info "IMA ADPCM" status working
