]> granicus.if.org Git - handbrake/commit
MacGui: implement a slider for deblock.
authordynaflash <dynaflashtech@gmail.com>
Tue, 23 Sep 2008 17:33:40 +0000 (17:33 +0000)
committerdynaflash <dynaflashtech@gmail.com>
Tue, 23 Sep 2008 17:33:40 +0000 (17:33 +0000)
commitd94f2d4248d1a69ef3219cbb6e14b74507558cf8
tree7d15b96a3f8c2b76bd0468af775a06bc6210cabc
parentc971f5957209b6be5816b73c9fa65b322440d3d1
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://svn.handbrake.fr/HandBrake/trunk@1750 b64f7644-9d1e-0410-96f1-a4d463321fa5
macosx/Controller.mm
macosx/English.lproj/PictureSettings.xib
macosx/PictureController.h
macosx/PictureController.mm