query flag added

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5250 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2002-03-21 19:53:31 +00:00
parent 6e8918ece2
commit 81778e13ee
2 changed files with 2 additions and 0 deletions

View File

@ -148,6 +148,7 @@ static int add_to_inout(char *sfmt, char *sflags, unsigned int *outfmt,
"flip",
"noflip",
"yuvhack",
"query",
NULL
};

View File

@ -12,6 +12,7 @@
#define CODECS_FLAG_FLIP (1<<0)
#define CODECS_FLAG_NOFLIP (1<<1)
#define CODECS_FLAG_YUVHACK (1<<2)
#define CODECS_FLAG_QUERY (1<<3)
#define CODECS_STATUS__MIN 0
#define CODECS_STATUS_NOT_WORKING -1