commit | e8bb10b82f3d9fff79751ee392c1c499e3d68365 | [log] [tgz] |
---|---|---|
author | Vladimir Pantelic <vladoman@gmail.com> | Tue Apr 26 04:28:11 2011 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Fri Jul 01 15:46:24 2011 -0300 |
tree | 260548d8442699f3138b90f619361d37672dd99f | |
parent | aa122d424b14b4a4c5ba302e668366717e9cac7b [diff] |
[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 <vladoman@gmail.com> Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>