mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
swscale/slice: Fix doc typo
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
e06403331c
commit
8feeffc1d7
@ -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
|
is the allocated memory size and @width is the number of pixels
|
||||||
*/
|
*/
|
||||||
static int alloc_lines(SwsSlice *s, int size, int width)
|
static int alloc_lines(SwsSlice *s, int size, int width)
|
||||||
|
Loading…
Reference in New Issue
Block a user