changeset 6103:595743379480

'static' outfmt-flag added
author arpi
date Thu, 16 May 2002 21:50:38 +0000
parents d0e8200b31e9
children 0fb14001bf06
files codec-cfg.c codec-cfg.h
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/codec-cfg.c	Thu May 16 12:00:24 2002 +0000
+++ b/codec-cfg.c	Thu May 16 21:50:38 2002 +0000
@@ -148,6 +148,7 @@
 		"noflip",
 		"yuvhack",
 		"query",
+		"static",
 		NULL
 	};
 
--- a/codec-cfg.h	Thu May 16 12:00:24 2002 +0000
+++ b/codec-cfg.h	Thu May 16 21:50:38 2002 +0000
@@ -14,6 +14,7 @@
 #define CODECS_FLAG_NOFLIP	(1<<1)
 #define CODECS_FLAG_YUVHACK	(1<<2)
 #define CODECS_FLAG_QUERY	(1<<3)
+#define CODECS_FLAG_STATIC	(1<<4)
 
 #define CODECS_STATUS__MIN		0
 #define CODECS_STATUS_NOT_WORKING	-1