[MPlayer-cvslog] r27366 - trunk/codec-cfg.h

compn subversion at mplayerhq.hu
Wed Jul 30 05:27:18 CEST 2008


Author: compn
Date: Wed Jul 30 05:27:17 2008
New Revision: 27366

Log:
change arbitrary CODECS_MAX_FOURCC limit to larger arbitrary limit
some camera generates different MPEG2 fourccs for each res and fps.
http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2008-July/050348.html


Modified:
   trunk/codec-cfg.h

Modified: trunk/codec-cfg.h
==============================================================================
--- trunk/codec-cfg.h	(original)
+++ trunk/codec-cfg.h	Wed Jul 30 05:27:17 2008
@@ -3,7 +3,7 @@
 
 #define CODEC_CFG_MIN	20070407
 
-#define CODECS_MAX_FOURCC	32
+#define CODECS_MAX_FOURCC	92
 #define CODECS_MAX_OUTFMT	16
 #define CODECS_MAX_INFMT	16
 



More information about the MPlayer-cvslog mailing list