From e5bfd3ef03bed71f98ce04a1d7f4ef6178369f40 Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 19 Jan 2002 18:38:58 +0000 Subject: added flag_equalizer git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4264 b3059339-0415-0410-9bf9-f77b7e298cf2 --- vidix/vidix.h | 1 + 1 file changed, 1 insertion(+) 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; -- cgit v1.2.3