summaryrefslogtreecommitdiffstats
path: root/video/sws_utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/sws_utils.c')
-rw-r--r--video/sws_utils.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/video/sws_utils.c b/video/sws_utils.c
index 2c2ac9a9b4..db91434553 100644
--- a/video/sws_utils.c
+++ b/video/sws_utils.c
@@ -45,6 +45,9 @@ const int mp_sws_hq_flags = SWS_LANCZOS | SWS_FULL_CHR_H_INT |
SWS_FULL_CHR_H_INP | SWS_ACCURATE_RND |
SWS_BITEXACT;
+// Fast, lossy.
+const int mp_sws_fast_flags = SWS_BILINEAR;
+
// Set ctx parameters to global command line flags.
void mp_sws_set_from_cmdline(struct mp_sws_context *ctx)
{