diff options
author | alex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-01-19 18:38:58 +0000 |
---|---|---|
committer | alex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-01-19 18:38:58 +0000 |
commit | e5bfd3ef03bed71f98ce04a1d7f4ef6178369f40 (patch) | |
tree | 850313ec1e06b6dd56fd30a69240395062a50aaa | |
parent | ff4cca939b43a6145d6ae206968ec1b11d7e17dc (diff) |
added flag_equalizer
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4264 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | vidix/vidix.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vidix/vidix.h b/vidix/vidix.h index fe0a8a467f..cdc6061658 100644 --- a/vidix/vidix.h +++ b/vidix/vidix.h @@ -58,6 +58,7 @@ typedef struct vidix_capability_s #define FLAG_UPSCALER 0x00000010 /* Card supports hw upscaling */ #define FLAG_DOWNSCALER 0x00000020 /* Card supports hw downscaling */ #define FLAG_SUBPIC 0x00001000 /* Card supports DVD subpictures */ +#define FLAG_EQUALIZER 0x00002000 /* Card supports equalizer */ unsigned flags; /* Feature flags, see above */ unsigned short vendor_id; unsigned short device_id; |