]> git.sesse.net Git - nageru/blobdiff - flags.h
Support changing the interpolation quality.
[nageru] / flags.h
diff --git a/flags.h b/flags.h
index 794e90d37005eef2a60a4acc0fff60d02382e05a..ea4d423ed5dd6768dcf93b197de3076e84f89285 100644 (file)
--- a/flags.h
+++ b/flags.h
@@ -6,6 +6,7 @@
 struct Flags {
        std::string stream_source;
        bool slow_down_input = false;
+       int interpolation_quality = 2;
 };
 extern Flags global_flags;