From 380033f4a2a2c9bf1bd42cab8bd27b2b83186a98 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 15 Jul 2019 03:21:14 +0200 Subject: f_swscale: fix a typo --- filters/f_swscale.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'filters') diff --git a/filters/f_swscale.h b/filters/f_swscale.h index 0c434c1fd3..fd5aa11f5e 100644 --- a/filters/f_swscale.h +++ b/filters/f_swscale.h @@ -21,5 +21,5 @@ struct mp_sws_filter *mp_sws_filter_create(struct mp_filter *parent); int mp_sws_find_best_out_format(int in_format, int *out_formats, int num_out_formats); -// Whether ther given format is supported as input format. +// Whether the given format is supported as input format. bool mp_sws_supports_input(int imgfmt); -- cgit v1.2.3