diff options
Diffstat (limited to 'video/vfcap.h')
-rw-r--r-- | video/vfcap.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/video/vfcap.h b/video/vfcap.h index 8758e30ada..f67fcd5496 100644 --- a/video/vfcap.h +++ b/video/vfcap.h @@ -24,8 +24,6 @@ #define VFCAP_CSP_SUPPORTED 0x1 // set, if the given colorspace is supported _without_ conversion #define VFCAP_CSP_SUPPORTED_BY_HW 0x2 -// set if the driver/filter can draw OSD -#define VFCAP_OSD 0x4 // driver/filter can do vertical flip (upside-down) #define VFCAP_FLIP 0x80 |