f_swscale: fix a typo

This commit is contained in:
wm4 2019-07-15 03:21:14 +02:00
parent 6b7ecb30d8
commit 380033f4a2
1 changed files with 1 additions and 1 deletions

View File

@ -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);