From 00eadcec8d59c3868bade4b3013b05127e75d5a2 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 23 Jan 2017 15:55:09 +0100 Subject: sub: add option to force using video resolution for image subtitles Basically for debugging and dealing with broken files. --- options/options.h | 1 + 1 file changed, 1 insertion(+) (limited to 'options/options.h') diff --git a/options/options.h b/options/options.h index f5d1a8a0a0..6199eae5fe 100644 --- a/options/options.h +++ b/options/options.h @@ -212,6 +212,7 @@ typedef struct MPOpts { int forced_subs_only; int stretch_dvd_subs; int stretch_image_subs; + int image_subs_video_res; int sub_fix_timing; -- cgit v1.2.3