[Mplayer-cvslog] CVS: main codec-cfg.h,1.35,1.36
Bohdan 'Nexus' Horst
nexus at mplayer.dev.hu
Thu Jan 17 10:20:33 CET 2002
Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv7391
Modified Files:
codec-cfg.h
Log Message:
fix for Xwid (exceed 16 fourcc)
Index: codec-cfg.h
===================================================================
RCS file: /cvsroot/mplayer/main/codec-cfg.h,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- codec-cfg.h 4 Jan 2002 05:56:52 -0000 1.35
+++ codec-cfg.h 17 Jan 2002 09:20:29 -0000 1.36
@@ -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)
More information about the MPlayer-cvslog
mailing list