OSDN Git Service

fix a couple picture scale issues
authorjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Fri, 23 Oct 2009 00:30:02 +0000 (00:30 +0000)
committerjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Fri, 23 Oct 2009 00:30:02 +0000 (00:30 +0000)
commit3c2e0593cb423f0c8eb11b417f115bfae66195c7
treed9a0067064ce75e4df4a30eb91e19ceb6aca3c7c
parentd586d87554260ee06de065bb1edbaefd848c5882
fix a couple picture scale issues

adjusting the storage height sometimes got wedged due to incorrect rounding
causing feedback loop.
height change leads to width change, but width rounded too small
width change leads to height change that goes back to original height

presets that had width/height saved (e.g. iPod) were blocking user from
manually selecting a higher resolution.

git-svn-id: svn://localhost/HandBrake/trunk@2894 b64f7644-9d1e-0410-96f1-a4d463321fa5
gtk/src/hb-backend.c