summaryrefslogtreecommitdiff
path: root/libswscale/slice.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2016-01-14 17:13:13 +0100
committerMichael Niedermayer <michael@niedermayer.cc>2016-01-14 21:58:02 +0100
commit8feeffc1d7ca1c7708e7788e44bdeb25ce3de5a5 (patch)
treedcb481a288696a4480963e33586b73df452e84f0 /libswscale/slice.c
parente06403331cecae4686a1590793eb5a2c064b2478 (diff)
downloadffmpeg-8feeffc1d7ca1c7708e7788e44bdeb25ce3de5a5.tar.gz
swscale/slice: Fix doc typo
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libswscale/slice.c')
-rw-r--r--libswscale/slice.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libswscale/slice.c b/libswscale/slice.c
index 38e12e33ec..2299eacf87 100644
--- a/libswscale/slice.c
+++ b/libswscale/slice.c
@@ -39,7 +39,7 @@ static void free_lines(SwsSlice *s)
}
/*
- slice lines contains extra bytes for vetorial code thus @size
+ slice lines contains extra bytes for vectorial code thus @size
is the allocated memory size and @width is the number of pixels
*/
static int alloc_lines(SwsSlice *s, int size, int width)