commit | aca6bf5432dafb44791128c3e181c59ec87af041 | [log] [tgz] |
---|---|---|
author | Sakari Ailus <sakari.ailus@linux.intel.com> | Tue Apr 15 15:22:11 2014 -0300 |
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | Fri May 23 11:30:22 2014 -0300 |
tree | de9472927e8834e17958c3537f40279ae1d6aa53 | |
parent | e5a3f7b88295fbf221d4c371f361e40dfc735b50 [diff] |
[media] smiapp: Scaling goodness is signed The "best" value was unsigned however, leading to signed-to-unsigned comparison and wrong results. Possibly only on a newer GCC. Fix this by making the best value signed as well. Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>