OSDN Git Service

MacGui: implement a slider for deblock.
authordynaflash <dynaflash@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Tue, 23 Sep 2008 17:33:40 +0000 (17:33 +0000)
committerdynaflash <dynaflash@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Tue, 23 Sep 2008 17:33:40 +0000 (17:33 +0000)
commit87aa77b18951bdcf5706f4acf20d032c1a1ec5e9
tree7d15b96a3f8c2b76bd0468af775a06bc6210cabc
parentc9211f3c1989239fa9d65b3fb8537845a90c482d
MacGui: implement a slider for deblock.
- Slider goes from "Off"  and then ranges from 5-15.
- Update preset code to handle the old bool for deblock where we convert "yes" to a value of 5.
- Note: though the deblock filter actually has a setting of 0, for the macgui we use an integer of 0, which shows up in the interface as "Off" to indicate not to load the filter at all. Made presets etc, easier to modify.

git-svn-id: svn://localhost/HandBrake/trunk@1750 b64f7644-9d1e-0410-96f1-a4d463321fa5
macosx/Controller.mm
macosx/English.lproj/PictureSettings.xib
macosx/PictureController.h
macosx/PictureController.mm