summaryrefslogtreecommitdiffstats
path: root/filters
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2019-07-15 03:21:14 +0200
committerwm4 <wm4@nowhere>2019-09-19 20:37:05 +0200
commit380033f4a2a2c9bf1bd42cab8bd27b2b83186a98 (patch)
treecdf0f6f5bc34ea4756c7695ddf2d69acc20bfda3 /filters
parent6b7ecb30d89f767fd8396c9ed28671a71447575d (diff)
downloadmpv-380033f4a2a2c9bf1bd42cab8bd27b2b83186a98.tar.bz2
mpv-380033f4a2a2c9bf1bd42cab8bd27b2b83186a98.tar.xz
f_swscale: fix a typo
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);