Browse Source

swscale/slice: Fix doc typo

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
tags/n3.0
Michael Niedermayer 9 years ago
parent
commit
8feeffc1d7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libswscale/slice.c

+ 1
- 1
libswscale/slice.c View File

@@ -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)


Loading…
Cancel
Save