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

cehoyos subversion at mplayerhq.hu
Mon Oct 14 16:25:47 CEST 2013


Author: cehoyos
Date: Mon Oct 14 16:25:47 2013
New Revision: 36464

Log:
Support H.264 fourcc UMSV.

Allows playing the sample from FFmpeg ticket #3046.

Modified:
   trunk/etc/codecs.conf

Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf	Fri Oct 11 13:42:34 2013	(r36463)
+++ trunk/etc/codecs.conf	Mon Oct 14 16:25:47 2013	(r36464)
@@ -1375,7 +1375,7 @@ videocodec ffh264
   fourcc ai55,ai56
   fourcc x3eV
   fourcc Q264,V264
-  fourcc GAVC
+  fourcc GAVC,UMSV
   format 0x10000005
   driver ffmpeg
   dll h264
@@ -1397,7 +1397,7 @@ videocodec ffh264vdpau
   fourcc ai55,ai56
   fourcc x3eV
   fourcc Q264,V264
-  fourcc GAVC
+  fourcc GAVC,UMSV
   format 0x10000005
   driver ffmpeg
   dll h264
@@ -1416,7 +1416,7 @@ videocodec ffh264vdpauold
   fourcc ai55,ai56
   fourcc x3eV
   fourcc Q264,V264
-  fourcc GAVC
+  fourcc GAVC,UMSV
   format 0x10000005
   driver ffmpeg
   dll h264_vdpau


More information about the MPlayer-cvslog mailing list