changeset 4216:ffb8428f39e2

fix for Xwid (exceed 16 fourcc)
author nexus
date Thu, 17 Jan 2002 09:20:29 +0000
parents 14b8bc735bf5
children 2b141fcd69dd
files codec-cfg.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/codec-cfg.h	Thu Jan 17 09:01:50 2002 +0000
+++ b/codec-cfg.h	Thu Jan 17 09:20:29 2002 +0000
@@ -1,8 +1,8 @@
 #ifndef __CODEC_CFG_H
 #define __CODEC_CFG_H
 
-#define CODECS_MAX_FOURCC	16
-#define CODECS_MAX_OUTFMT	16
+#define CODECS_MAX_FOURCC	32
+#define CODECS_MAX_OUTFMT	32
 
 // Global flags:
 #define CODECS_FLAG_SEEKABLE	(1<<0)