CVS: main/vidix vidix.h,1.5,1.6
Update of /cvsroot/mplayer/main/vidix In directory mplayer:/var/tmp.root/cvs-serv13856 Modified Files: vidix.h Log Message: added flag_equalizer Index: vidix.h =================================================================== RCS file: /cvsroot/mplayer/main/vidix/vidix.h,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- vidix.h 16 Jan 2002 08:33:09 -0000 1.5 +++ vidix.h 19 Jan 2002 18:38:58 -0000 1.6 @@ -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;
participants (1)
-
Alex Beregszaszi