[FFmpeg-cvslog] swscale/slice: Fix doc typo

Michael Niedermayer git at videolan.org
Thu Jan 14 22:05:19 CET 2016


ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | Thu Jan 14 17:13:13 2016 +0100| [8feeffc1d7ca1c7708e7788e44bdeb25ce3de5a5] | committer: Michael Niedermayer

swscale/slice: Fix doc typo

Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8feeffc1d7ca1c7708e7788e44bdeb25ce3de5a5
---

 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)



More information about the ffmpeg-cvslog mailing list