diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2016-01-14 17:13:13 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2016-01-14 21:58:02 +0100 |
commit | 8feeffc1d7ca1c7708e7788e44bdeb25ce3de5a5 (patch) | |
tree | dcb481a288696a4480963e33586b73df452e84f0 /libswscale | |
parent | e06403331cecae4686a1590793eb5a2c064b2478 (diff) | |
download | ffmpeg-8feeffc1d7ca1c7708e7788e44bdeb25ce3de5a5.tar.gz |
swscale/slice: Fix doc typo
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libswscale')
-rw-r--r-- | libswscale/slice.c | 2 |
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) |