[MPlayer-cvslog] r22933 - in trunk: codec-cfg.h etc/codecs.conf

rtogni subversion at mplayerhq.hu
Sat Apr 7 18:14:51 CEST 2007


Author: rtogni
Date: Sat Apr  7 18:14:51 2007
New Revision: 22933

Modified:
   trunk/codec-cfg.h
   trunk/etc/codecs.conf

Log:
qdrw changed output format in ffmpeg r8630, sync codecs.conf and require 
newest codecs.conf version to avoid regression


Modified: trunk/codec-cfg.h
==============================================================================
--- trunk/codec-cfg.h	(original)
+++ trunk/codec-cfg.h	Sat Apr  7 18:14:51 2007
@@ -1,7 +1,7 @@
 #ifndef __CODEC_CFG_H
 #define __CODEC_CFG_H
 
-#define CODEC_CFG_MIN	20061022
+#define CODEC_CFG_MIN	20070407
 
 #define CODECS_MAX_FOURCC	32
 #define CODECS_MAX_OUTFMT	16

Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf	(original)
+++ trunk/etc/codecs.conf	Sat Apr  7 18:14:51 2007
@@ -3,7 +3,7 @@
 ;  Before editing this file, please read DOCS/tech/codecs.conf.txt !
 ;=============================================================================
 
-release 20070315
+release 20070407
 
 ;=============================================================================
 ;                   VIDEO CODECS
@@ -497,7 +497,7 @@ videocodec ffqtdrw
   fourcc qdrw
   driver ffmpeg
   dll qdraw
-  out RGB24
+  out BGR8
 
 videocodec ffindeo2
   info "Indeo 2 native decoder"



More information about the MPlayer-cvslog mailing list