# HG changeset patch # User arpi # Date 1021585838 0 # Node ID 59574337948080955f83724ef91a941a2d791aae # Parent d0e8200b31e974d4d53866642415a79f4b3eee9d 'static' outfmt-flag added diff -r d0e8200b31e9 -r 595743379480 codec-cfg.c --- 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 }; diff -r d0e8200b31e9 -r 595743379480 codec-cfg.h --- 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