changeset 24995:e52b23ec0bba

Prefer DMO Windows Media codecs over the DShow ones. They are considerably faster and can play 703.wmv where the DShow codecs fail.
author diego
date Sun, 11 Nov 2007 20:10:19 +0000
parents 9abc133d9364
children 9e6f7a23b4b1
files etc/codecs.conf
diffstat 1 files changed, 21 insertions(+), 21 deletions(-) [+]
line wrap: on
line diff
--- a/etc/codecs.conf	Sun Nov 11 13:09:09 2007 +0000
+++ b/etc/codecs.conf	Sun Nov 11 20:10:19 2007 +0000
@@ -746,27 +746,6 @@
   out YUY2 yuvhack
   out BGR32,BGR24,BGR15
 
-videocodec wmv8
-  info "Windows Media Video 8"
-  status working
-  fourcc WMV2
-  driver dshow
-  dll "wmv8ds32.ax"
-  guid 0x521fb373, 0x7654, 0x49f2, 0xbd, 0xb1, 0x0c, 0x6e, 0x66, 0x60, 0x71, 0x4f
-  out YV12,I420,IYUV
-  out YUY2,UYVY
-;  out BGR32,BGR24,BGR16,BGR15
-
-videocodec wmv7
-  info "Windows Media Video 7"
-  status working
-  fourcc WMV1
-  driver dshow
-  dll "wmvds32.ax"
-  guid 0x4facbba1, 0xffd8, 0x4cd7, 0x82, 0x28, 0x61, 0xe2, 0xf6, 0x5c, 0xb1, 0xae
-  out YUY2,UYVY
-;  out BGR32,BGR24,BGR16,BGR15
-
 videocodec wmv9dmo
   info "Windows Media Video 9 DMO"
   status working
@@ -793,6 +772,27 @@
   out YUY2,UYVY
 ;  out BGR32,BGR24,BGR16 ;,BGR15
 
+videocodec wmv8
+  info "Windows Media Video 8"
+  status working
+  fourcc WMV2
+  driver dshow
+  dll "wmv8ds32.ax"
+  guid 0x521fb373, 0x7654, 0x49f2, 0xbd, 0xb1, 0x0c, 0x6e, 0x66, 0x60, 0x71, 0x4f
+  out YV12,I420,IYUV
+  out YUY2,UYVY
+;  out BGR32,BGR24,BGR16,BGR15
+
+videocodec wmv7
+  info "Windows Media Video 7"
+  status working
+  fourcc WMV1
+  driver dshow
+  dll "wmvds32.ax"
+  guid 0x4facbba1, 0xffd8, 0x4cd7, 0x82, 0x28, 0x61, 0xe2, 0xf6, 0x5c, 0xb1, 0xae
+  out YUY2,UYVY
+;  out BGR32,BGR24,BGR16,BGR15
+
 videocodec wmvadmo
   info "Windows Media Video Adv DMO"
   status working