summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vidix/vidix.h1
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;