]> git.sesse.net Git - vlc/commit
swscale: fix memory corruption when i_extend_factor != 1
authorThomas Guillem <thomas@gllm.fr>
Tue, 16 Dec 2014 12:02:27 +0000 (12:02 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 17 Dec 2014 14:13:04 +0000 (15:13 +0100)
commit868f5b89056218030b690621e89ca97b46635f6c
tree1c355865c9a755a0e705ee37221adbcd33bc7865
parentbff20615be6d649a4c6172f97cf18b335157befd
swscale: fix memory corruption when i_extend_factor != 1

This led to a random crash when resizing video on a small display (or when
resizing small video).

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/video_chroma/swscale.c