mirror of
https://github.com/mpv-player/mpv
synced 2025-01-26 01:23:17 +00:00
f_swscale: fix a typo
This commit is contained in:
parent
6b7ecb30d8
commit
380033f4a2
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user