diff options
author | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-05-03 14:11:08 +0000 |
---|---|---|
committer | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-05-03 14:11:08 +0000 |
commit | a41caa422e2125a1aaaba03044933e746e75ea2b (patch) | |
tree | 65bfc143db3a2ae80382216047264efe4bb6d338 /etc | |
parent | fbf6dafd009197f60b5332cb340a7afdd6924f94 (diff) |
VLB audio is quite similar to AAC, and faad decodes somewhat usably (though
clearly wrong and playing at twice the speed), so add it to codecs.conf -
it is better than no output at all.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26653 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r-- | etc/codecs.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf index 0ce6f6d016..0d51cdd853 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -2796,6 +2796,7 @@ audiocodec faad info "FAAD AAC (MPEG-2/MPEG-4 Audio) decoder" status working fourcc mp4a,MP4A + fourcc "VLB " ; Used in NSV, not really working fourcc "AAC " ; Used in NSV fourcc "AACP" ; Used in NSV for AACPlus format 0xff |