From d61ced37ae39b4a2dcd49e783f3c292a8d97b14a Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 9 May 2020 17:56:21 +0200 Subject: sws_utils: allow setting zimg options directly One could wonder, why not just use the zimg wrapper directly? --- video/zimg.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'video/zimg.h') diff --git a/video/zimg.h b/video/zimg.h index ef2aeaa112..4c1a25ca7d 100644 --- a/video/zimg.h +++ b/video/zimg.h @@ -22,6 +22,8 @@ struct zimg_opts { int fast; }; +extern const struct zimg_opts zimg_opts_defaults; + struct mp_zimg_context { // Can be set for verbose error printing. struct mp_log *log; -- cgit v1.2.3