GNOME Bugzilla – Bug 623418
[ffmpegcolorspace] Fix packed 4:2:2 YUV to 8 bit grayscale conversion for odd widths
Last modified: 2010-07-02 18:18:20 UTC
As exposed by the videoscale unit test... now the test is 100% clean finally.
Created attachment 165130 [details] [review] ffmpegcolorspace: Fix conversion of packed 4:2:2 YUV to 8 bit grayscale The last pixel wasn't written before for odd widths. Fixes bug #623418.
commit 263201d9e7e3c9b188233a7b8e50f44e5263263d Author: Sebastian Dröge <sebastian.droege@collabora.co.uk> Date: Fri Jul 2 20:09:58 2010 +0200 ffmpegcolorspace: Fix conversion of packed 4:2:2 YUV to 8 bit grayscale The last pixel wasn't written before for odd widths. Fixes bug #623418.