]> granicus.if.org Git - handbrake/commit
CLI: fix dimensions problem when both width and height are specified
authorjstebbins <jstebbins.hb@gmail.com>
Wed, 27 Aug 2014 15:58:29 +0000 (15:58 +0000)
committerjstebbins <jstebbins.hb@gmail.com>
Wed, 27 Aug 2014 15:58:29 +0000 (15:58 +0000)
commitcd1b955b6d297fb4003b0bc02d39586a689ffaf7
treeb5d6ec7356eeaf00f8a304ea1a73347b252f70e6
parent15417070c594a330923a62f0ab2054c39d3115f4
CLI: fix dimensions problem when both width and height are specified

The GUI will precompute both width and height and specify both on the
command line.  But then the CLI recomputes width based on height which
can result in the width being changed.

So, in non-anamorphic mode, disable keep_aspect so that width and heigh
are both kept.  And in other anamorphic modes, use custom ana when computing
dimensions so that both width and height are kept (i.e. recompute par).

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6369 b64f7644-9d1e-0410-96f1-a4d463321fa5
libhb/common.h
libhb/hb.c
test/test.c