summaryrefslogtreecommitdiffstats
path: root/video/vfcap.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/vfcap.h')
-rw-r--r--video/vfcap.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/video/vfcap.h b/video/vfcap.h
index 9cc677bcd1..670faa596a 100644
--- a/video/vfcap.h
+++ b/video/vfcap.h
@@ -31,9 +31,6 @@
// driver/hardware handles timing (blocking)
#define VFCAP_TIMER 0x100
-// vf filter: accepts stride (put_image)
-// vo driver: has draw_slice() support for the given csp
-#define VFCAP_ACCEPT_STRIDE 0x400
// filter does postprocessing (so you shouldn't scale/filter image before it)
#define VFCAP_POSTPROC 0x800