Update of /cvsroot/mplayer/main In directory mail:/var/tmp.root/cvs-serv22498 Modified Files: codec-cfg.c codec-cfg.h Log Message: 'static' outfmt-flag added Index: codec-cfg.c =================================================================== RCS file: /cvsroot/mplayer/main/codec-cfg.c,v retrieving revision 1.82 retrieving revision 1.83 diff -u -r1.82 -r1.83 --- codec-cfg.c 2 May 2002 10:55:54 -0000 1.82 +++ codec-cfg.c 16 May 2002 21:50:38 -0000 1.83 @@ -148,6 +148,7 @@ "noflip", "yuvhack", "query", + "static", NULL }; Index: codec-cfg.h =================================================================== RCS file: /cvsroot/mplayer/main/codec-cfg.h,v retrieving revision 1.53 retrieving revision 1.54 diff -u -r1.53 -r1.54 --- codec-cfg.h 3 Apr 2002 19:09:55 -0000 1.53 +++ codec-cfg.h 16 May 2002 21:50:38 -0000 1.54 @@ -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