1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-03 12:47:49 +00:00

audio/out: fix comment typo

This commit is contained in:
Kevin Mitchell 2017-07-09 00:56:48 -07:00
parent 0b412bb60b
commit e9f729c17c

View File

@ -703,7 +703,7 @@ static void convert_plane(int type, void *data, int num_samples)
// data[n] contains the pointer to the first sample of the n-th plane, in the
// format implied by fmt->src_fmt. src_fmt also controls whether the data is
// all in one plane, or of there is a plane per channel.
// all in one plane, or if there is a plane per channel.
void ao_convert_inplace(struct ao_convert_fmt *fmt, void **data, int num_samples)
{
int type = get_conv_type(fmt);