From 9e6933440ae59c523fce85b64d6f52f444910003 Mon Sep 17 00:00:00 2001 From: harklu Date: Thu, 4 Aug 2011 21:47:36 +0200 Subject: options, subs: add --ass-vsfilter-aspect-compat Add option --ass-vsfilter-aspect-compat and corresponding property ass_vsfilter_aspect_compat. The setting controls whether to enable the emulation of traditional VSFilter behavior where subtitles are stretched if the video is anamorphic (previously always enabled for native SSA/ASS subtitles). Enabled by default. Add 'V' as a new default keybinding to toggle the property. --- input/input.c | 1 + 1 file changed, 1 insertion(+) (limited to 'input') diff --git a/input/input.c b/input/input.c index e1feb8e8e4..35714820e3 100644 --- a/input/input.c +++ b/input/input.c @@ -472,6 +472,7 @@ static const struct cmd_bind def_cmd_binds[] = { { { 't', 0 }, "sub_pos +1" }, { { 'a', 0 }, "sub_alignment" }, { { 'v', 0 }, "sub_visibility" }, + { { 'V', 0 }, "step_property_osd ass_vsfilter_aspect_compat" }, { { 'j', 0 }, "sub_select" }, { { 'J', 0 }, "sub_select -3" }, { { 'F', 0 }, "forced_subs_only" }, -- cgit v1.2.3