From ba92c70a4b30e8afd311041323dedd6b03dd27d8 Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 29 Jun 2003 20:09:24 +0000 Subject: ffmpeg/libavcodec ra144 and ra288 support git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10349 b3059339-0415-0410-9bf9-f77b7e298cf2 --- etc/codecs.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/etc/codecs.conf b/etc/codecs.conf index 3d4ecbe9a7..98a69f7c44 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -1777,6 +1777,20 @@ audiocodec ffmac6 driver ffmpeg dll "mace6" +audiocodec ffra144 + info "RealAudio 1.0" + status untested + format 0x345F3431 ; "14_4" + driver ffmpeg + dll "real_144" + +audiocodec ffra288 + info "RealAudio 2.0" + status untested + format 0x385F3832 ; "28_8" + driver ffmpeg + dll "real_288" + audiocodec ffmp3 info "FFmpeg layer-3 audio decoder" comment "integer only" -- cgit v1.2.3