mirror of
https://github.com/mpv-player/mpv
synced 2024-12-25 00:02:13 +00:00
added flag_equalizer
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4264 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
ff4cca939b
commit
e5bfd3ef03
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user