summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Mitchell <kevmitch@gmail.com>2017-07-09 00:56:48 -0700
committerKevin Mitchell <kevmitch@gmail.com>2017-07-09 13:46:13 -0700
commite9f729c17c8d901dbdf88a94d133dfa730a62c0d (patch)
treed1efdf2d027b9bc1c68461739b3c164182311125
parent0b412bb60b8fe225aecca8747dfb460152cffa33 (diff)
downloadmpv-e9f729c17c8d901dbdf88a94d133dfa730a62c0d.tar.bz2
mpv-e9f729c17c8d901dbdf88a94d133dfa730a62c0d.tar.xz
audio/out: fix comment typo
-rw-r--r--audio/out/ao.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/out/ao.c b/audio/out/ao.c
index 12fa0a95a8..ab94355fa7 100644
--- a/audio/out/ao.c
+++ b/audio/out/ao.c
@@ -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);