diff etc/codecs.conf @ 29613:7386b883fba6

Add support for lavf vqf demuxer and lavc TwinVQ decoder. Also make lavf the default demuxer for vqf. Ok'ed by Compn on IRC.
author vitor
date Mon, 07 Sep 2009 17:20:44 +0000
parents e960f06f4508
children 260afac0b87f
line wrap: on
line diff
--- a/etc/codecs.conf	Mon Sep 07 16:29:32 2009 +0000
+++ b/etc/codecs.conf	Mon Sep 07 17:20:44 2009 +0000
@@ -4105,6 +4105,14 @@
   driver acm
   dll "smcelp32.acm"
 
+audiocodec fftwinvq
+  info "FFmpeg TwinVQ"
+  status working
+  fourcc TWI2 ; internal MPlayer FourCC, different from mplayer's TwinVQ decoder
+              ; since lavf demuxer is incompatible with it
+  driver ffmpeg
+  dll twinvq
+
 audiocodec TwinVQ
   info "VQF codec by NTTLabs"
   status working