diff etc/codecs.conf @ 1828:60afe3421c04

OggVorbis support, ALPHA state!
author atmos4
date Sat, 01 Sep 2001 19:44:49 +0000
parents d0d7fcc5dcd6
children 6bb5c038557a
line wrap: on
line diff
--- a/etc/codecs.conf	Sat Sep 01 19:43:41 2001 +0000
+++ b/etc/codecs.conf	Sat Sep 01 19:44:49 2001 +0000
@@ -546,3 +546,15 @@
   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"
+