[MPlayer-cvslog] r37302 - trunk/etc/codecs.conf

compn subversion at mplayerhq.hu
Sun Oct 19 17:26:29 CEST 2014


Author: compn
Date: Sun Oct 19 17:26:28 2014
New Revision: 37302

Log:
codecs.conf: add UQY2 fourcc for utvideo

Modified:
   trunk/etc/codecs.conf

Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf	Sun Oct 19 16:29:00 2014	(r37301)
+++ trunk/etc/codecs.conf	Sun Oct 19 17:26:28 2014	(r37302)
@@ -2728,7 +2728,7 @@ videocodec ffutvideo
   info "FFmpeg Ut Video"
   status working
   fourcc ULRA,ULRG,ULY2,ULY0
-  fourcc ULH2,ULH0
+  fourcc ULH2,ULH0,UQY2
   driver ffmpeg
   dll utvideo
   out YV12,422P,RGB24,RGB32
@@ -2738,6 +2738,7 @@ videocodec utvideovfw
   info "UTVideo Codec"
   status working
   fourcc ULRA,ULRG,ULY2,ULY0
+  fourcc ULH2,ULH0,UQY2
   driver vfw
   dll "utv_vcm.dll"  ; requires utv_core.dll
   out BGR32,BGR24 flip
@@ -2749,6 +2750,7 @@ videocodec utvideodmo
   info "UTVideo Codec"
   status buggy ; input format not accepted
   fourcc ULRA,ULRG,ULY2,ULY0
+  fourcc ULH2,ULH0,UQY2
   driver dmo
   dll "utv_dmo.dll"  ; requires utv_core.dll
   guid 0x30594c55, 0xe991, 0x460d, 0x84, 0x0b, 0xc1, 0xc6, 0x49, 0x74, 0x57, 0xef


More information about the MPlayer-cvslog mailing list