summaryrefslogtreecommitdiffstats
path: root/filters
diff options
context:
space:
mode:
Diffstat (limited to 'filters')
-rw-r--r--filters/f_swscale.h2
1 files changed, 1 insertions, 1 deletions
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);