From 5351098826082eac9b98bf614952f59a6f435e95 Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 24 Nov 2008 08:31:44 +0000 Subject: 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 --- etc/codecs.conf | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'etc') 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 -- cgit v1.2.3