0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 20:03:10 +02:00

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

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;