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

cehoyos subversion at mplayerhq.hu
Wed Apr 13 09:38:42 CEST 2011


Author: cehoyos
Date: Wed Apr 13 09:38:41 2011
New Revision: 33254

Log:
Support decoding Kega Video (kgv1) with FFmpeg.

Modified:
   trunk/etc/codecs.conf

Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf	Tue Apr 12 11:19:31 2011	(r33253)
+++ trunk/etc/codecs.conf	Wed Apr 13 09:38:41 2011	(r33254)
@@ -2649,6 +2649,14 @@ videocodec webtrain
   dll "wtvc.dll"
   out BGR16 flip
 
+videocodec ffkega
+  info "FFmpeg Kega Video"
+  status working
+  fourcc KGV1
+  driver ffmpeg
+  dll kgv1
+  out BGR15
+
 videocodec kegavideo
   info "Kega Video"
   comment "requires MSVCR80.DLL on windows"


More information about the MPlayer-cvslog mailing list