GNOME Bugzilla – Bug 736944
videoscale: vs_image_scale_4tap_Y offset should use stride to calculate buffer offset
Last modified: 2014-09-24 07:12:55 UTC
Created attachment 286577 [details] [review] videoscale: vs_image_scale_4tap_Y using stride to calculate offset instead of width vs_image_scale_4tap_Y uses width as of now. Though width and stride will contain same value in case of Y data, it will be logical to do the offset calculation using stride rather than width
Thanks for the patch. Please include the Bugzilla URL in commit messages as the last line in the future. commit db296c592475cb362c4ebff16dea3436dd7d17aa Author: Sanjay NM <sanjay.nm@samsung.com> Date: Fri Sep 19 12:31:49 2014 +0530 videoscale: Use width instead of stride in buffer offset calculation https://bugzilla.gnome.org/show_bug.cgi?id=736944
commit 5adff2e65aa999b9471a00465f37b1edc9bb7900 Author: Sebastian Dröge <sebastian@centricular.com> Date: Tue Sep 23 23:12:19 2014 +0300 videoscale Use stride instead of width in more places