summaryrefslogtreecommitdiffstats
path: root/video/vfcap.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-12-14 12:59:05 +0100
committerwm4 <wm4@nowhere>2013-01-13 20:04:10 +0100
commitb7cacf9165290067b66b160b108790b89c080a3e (patch)
tree1888a01e5be359eb91531305e2427509722fa7a9 /video/vfcap.h
parent1f32250629c990859b0f6a7d70bcbe3bd2d6afae (diff)
downloadmpv-b7cacf9165290067b66b160b108790b89c080a3e.tar.bz2
mpv-b7cacf9165290067b66b160b108790b89c080a3e.tar.xz
video/out: replace VFCAP_TIMER with vo->untimed, fix vo_image and vo_lavc
VFCAP_TIMER disables any additional waiting done by mpv in the playloop. Remove VFCAP_TIMER, but re-use the idea for vo_image and vo_lavc. This means --untimed doesn't have to be passed when using --vo=image.
Diffstat (limited to 'video/vfcap.h')
-rw-r--r--video/vfcap.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/video/vfcap.h b/video/vfcap.h
index 670faa596a..8758e30ada 100644
--- a/video/vfcap.h
+++ b/video/vfcap.h
@@ -29,8 +29,6 @@
// driver/filter can do vertical flip (upside-down)
#define VFCAP_FLIP 0x80
-// driver/hardware handles timing (blocking)
-#define VFCAP_TIMER 0x100
// filter does postprocessing (so you shouldn't scale/filter image before it)
#define VFCAP_POSTPROC 0x800