From 8feeffc1d7ca1c7708e7788e44bdeb25ce3de5a5 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Thu, 14 Jan 2016 17:13:13 +0100 Subject: swscale/slice: Fix doc typo Signed-off-by: Michael Niedermayer --- libswscale/slice.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libswscale/slice.c b/libswscale/slice.c index 38e12e3..2299eac 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) -- cgit v1.1