changeset 4263:03879e356f6d

added flag_equalizer
author alex
date Sat, 19 Jan 2002 18:38:58 +0000
parents ae847143d1d7
children 689531ade0fb
files vidix/vidix.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/vidix/vidix.h	Sat Jan 19 18:22:22 2002 +0000
+++ b/vidix/vidix.h	Sat Jan 19 18:38:58 2002 +0000
@@ -58,6 +58,7 @@
 #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;