From: Vladimir Pantelic Date: Tue, 26 Apr 2011 07:28:11 +0000 (-0300) Subject: [media] OMAP_VOUTLIB: Fix wrong resizer calculation X-Git-Tag: v3.0-rc7~46^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8bb10b82f3d9fff79751ee392c1c499e3d68365;p=pandora-kernel.git [media] OMAP_VOUTLIB: Fix wrong resizer calculation The omap_vout_new_crop() function has possible bug, uses uninitialized variable "crop.width/height" which is actually output of the function. Instead we should be using "try_crop.width/height" to calculate the resizer value. Signed-off-by: Vladimir Pantelic Signed-off-by: Vaibhav Hiremath Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed