added flag_equalizer

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4264 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2002-01-19 18:38:58 +00:00
parent ff4cca939b
commit e5bfd3ef03
1 changed files with 1 additions and 0 deletions

View File

@ -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;