]> git.sesse.net Git - vlc/commitdiff
Fix transform plugin 90-degree rotations on I422.
authorSam Hocevar <sam@zoy.org>
Mon, 7 Apr 2008 14:47:49 +0000 (16:47 +0200)
committerSam Hocevar <sam@zoy.org>
Mon, 7 Apr 2008 14:51:51 +0000 (16:51 +0200)
I422 is a planar chroma with non-square pixels. It requires some pixel
play when rotating the image at a 90-degree angle. For other transformations
we just fall back to the original function.


No differences found