diff options
Diffstat (limited to 'video/vfcap.h')
-rw-r--r-- | video/vfcap.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/video/vfcap.h b/video/vfcap.h index f67fcd5496..186aca5b4a 100644 --- a/video/vfcap.h +++ b/video/vfcap.h @@ -27,7 +27,4 @@ // driver/filter can do vertical flip (upside-down) #define VFCAP_FLIP 0x80 -// filter does postprocessing (so you shouldn't scale/filter image before it) -#define VFCAP_POSTPROC 0x800 - #endif /* MPLAYER_VFCAP_H */ |