]> git.sesse.net Git - vlc/commit
swscale: scale within the crop area, not top-left (really fixes #12085)
authorRémi Denis-Courmont <remi@remlab.net>
Fri, 12 Dec 2014 16:41:18 +0000 (18:41 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Fri, 12 Dec 2014 16:44:17 +0000 (18:44 +0200)
commit05c433624791b01babcb1ccb72766fb2a5062fab
treed7b049b8eeb5df24a74d124f88e84f49a2a82f3e
parent03025ff9b202d69de4d75732f387260ac2ed060e
swscale: scale within the crop area, not top-left (really fixes #12085)

Unfortunately, this can cause a slight offset of the colour planes if the
top/left crop offset is not a multiple of the subsampling ratio.
modules/video_chroma/swscale.c