summaryrefslogtreecommitdiff
path: root/libswscale/slice.c
diff options
context:
space:
mode:
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)