]> granicus.if.org Git - handbrake/commit
macui/cli/libhb: cleanup
authorjstebbins <jstebbins.hb@gmail.com>
Wed, 18 Jun 2014 21:26:44 +0000 (21:26 +0000)
committerjstebbins <jstebbins.hb@gmail.com>
Wed, 18 Jun 2014 21:26:44 +0000 (21:26 +0000)
commit80a124ff2567ac45b26a606d425420a1ee590506
treec298a7164dc5fd1d21e730fbd3ae66dc7820272b
parentc152bd90aec1ab2d28edd26a08f3d4760d01b167
macui/cli/libhb: cleanup

macui: Simplifies code in Controller.m and fixes a few bugs
macui: Fixes "Windows 8 Phone" preset aspect ratio problem
macui: round up to next mod boundary when limiting to title dimensions - crop
libhb: Eliminates hb_fix_aspect and hb_set_size functions.
libhb: Makes hb_validate_size a passthru to hb_set_anamorphic_size
cli: eliminage use of hb_validate_size

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6215 b64f7644-9d1e-0410-96f1-a4d463321fa5
libhb/common.c
libhb/common.h
libhb/hb.c
libhb/hb.h
macosx/Controller.m
macosx/HBPresets.m
macosx/HBPreviewController.m
macosx/PictureController.m
test/test.c