diff options
author | rtognimp <rtognimp@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-02-15 21:04:33 +0000 |
---|---|---|
committer | rtognimp <rtognimp@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-02-15 21:04:33 +0000 |
commit | a6c469e97f551a73663c4afd0e3ac018201d7f9f (patch) | |
tree | 337a0b5571d7b74dfb8c2f5bfa25185f9c02740a /etc | |
parent | d2e4443de6fd049cefff3bc18b66b06e8531a008 (diff) |
Mp3On4 demuxer support
Patch by Larry Ruedisueli lwr at audioresearchlabs dot com
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14707 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r-- | etc/codecs.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf index 2a1993b892..6031d20697 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -2252,6 +2252,13 @@ audiocodec ffsonic driver ffmpeg dll "sonic" +audiocodec ffmp3on4 + info "FFmpeg Multi-channel MPEG layer-3 on MP4 audio decoder" + status working + format 0x1d61346d ; 'm','4','a',29 internal MPlayer fourcc + driver ffmpeg + dll "mp3on4" + audiocodec ffmp3 info "FFmpeg MPEG layer-3 audio decoder" comment "integer only" |