]> git.sesse.net Git - vlc/commit
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)
commitcd079331b9d03803f20d5e5e5cae23348731941c
tree597be39388c7e823a073af3c4229647b9ee7f9b3
parent19ac4fcc2941e629dab5ee83c00686f1fb583e43
Fix transform plugin 90-degree rotations on I422.

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.
modules/video_filter/filter_picture.h
modules/video_filter/transform.c