From 8dfe0c73c9293dbbbfae096e0fbd6e59ecbd3896 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 9 Aug 2014 00:35:25 +0200 Subject: video: remove "hard" framedrop mode Completely useless, and could accidentally be enabled by cycling framedrop modes. Just get rid of it. But still allow triggering the old code with --vd-lavc-framedrop, in case someone asks for it. If nobody does, this new option will be removed eventually. --- options/options.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'options') diff --git a/options/options.c b/options/options.c index ff817bdc1f..b5578218d3 100644 --- a/options/options.c +++ b/options/options.c @@ -457,8 +457,7 @@ const m_option_t mp_opts[] = { OPT_CHOICE("framedrop", frame_dropping, 0, ({"no", 0}, - {"yes", 1}, - {"hard", 2})), + {"yes", 1})), OPT_FLAG("untimed", untimed, M_OPT_FIXED), -- cgit v1.2.3