summaryrefslogtreecommitdiffstats
path: root/etc/codecs.conf
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-11-24 08:31:44 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-11-24 08:31:44 +0000
commit5351098826082eac9b98bf614952f59a6f435e95 (patch)
treee475a2dff091f088ca06b8c2bb9481f321342a69 /etc/codecs.conf
parent17aebba77f4087e4780ae783babecd25790c732c (diff)
downloadmpv-5351098826082eac9b98bf614952f59a6f435e95.tar.bz2
mpv-5351098826082eac9b98bf614952f59a6f435e95.tar.xz
Create a separate codecs.conf entry for Tremor and use it if MPlayer is
with Tremor support instead of libvorbis. Previously MPlayer would show the same output on the console when decoding with libvorbis and Tremor. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28014 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc/codecs.conf')
-rw-r--r--etc/codecs.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index a4989bc057..1068a14fc0 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -3491,6 +3491,15 @@ audiocodec vorbis
driver libvorbis
dll "libvorbis"
+audiocodec tremor
+ info "OggVorbis audio decoder"
+ status working
+ comment "OggVorbis driver using Tremor"
+ fourcc vrbs
+ format 0x566F
+ driver tremor
+ dll "tremor"
+
audiocodec vorbisacm
info "OggVorbis ACM"
status working