summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authoratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-09-01 19:44:49 +0000
committeratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-09-01 19:44:49 +0000
commitaada0e47d273ab4ac42fcd44d01209aa092cf790 (patch)
tree445baeffb0414739c3e1d6a7a812032466f1b126 /etc
parent5d0b354e7ad9c55f5e0939a0ef62b036f0b85b2e (diff)
downloadmpv-aada0e47d273ab4ac42fcd44d01209aa092cf790.tar.bz2
mpv-aada0e47d273ab4ac42fcd44d01209aa092cf790.tar.xz
OggVorbis support, ALPHA state!
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1829 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r--etc/codecs.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index 5359a84569..e922bbe1ea 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -546,3 +546,15 @@ audiocodec hwac3
driver hwac3
dll "ac3-iec958.c"
+audiocodec vorbis
+ info "OggVorbis Audio Decoder"
+ status working
+ comment "OggVorbis driver using libvorbis"
+ format 0xFFFE
+ driver libvorbis
+ dll "libvorbis"
+ flags seekable
+; acm codec doesn't work, haven't tried zorannt dshow codec
+; driver acm
+; dll "vorbis.acm"
+