Commit 8feeffc1 authored by Michael Niedermayer's avatar Michael Niedermayer

swscale/slice: Fix doc typo

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent e0640333
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment