diff options
author | sr55 <[email protected]> | 2013-04-12 20:07:08 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2013-04-12 20:07:08 +0000 |
commit | da8a0f3ace2b71ef1cbb911d194dd1f9561017b0 (patch) | |
tree | c13e4d1e2826a881100bf36502fe3840760644a9 /win/CS/HandBrakeWPF/defaultsettings.xml | |
parent | ee69423b2777934d1fc19b41cd428c9e28f1b65f (diff) |
WinGui: Fix the x264 preset/tune/profile tooltip so that it now shows the equivalent x264 query. Also added an option to disable libhb features such as this incase this turns out to be problematic.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5397 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/defaultsettings.xml')
-rw-r--r-- | win/CS/HandBrakeWPF/defaultsettings.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/defaultsettings.xml b/win/CS/HandBrakeWPF/defaultsettings.xml index 690930721..d14f6f7f3 100644 --- a/win/CS/HandBrakeWPF/defaultsettings.xml +++ b/win/CS/HandBrakeWPF/defaultsettings.xml @@ -440,4 +440,12 @@ <anyType xmlns:q1="http://www.w3.org/2001/XMLSchema" d4p1:type="q1:int" xmlns:d4p1="http://www.w3.org/2001/XMLSchema-instance">30</anyType>
</value>
</item>
+ <item>
+ <key>
+ <string>DisableLibHbFeatures</string>
+ </key>
+ <value>
+ <anyType xmlns:q1="http://www.w3.org/2001/XMLSchema" d4p1:type="q1:boolean" xmlns:d4p1="http://www.w3.org/2001/XMLSchema-instance">false</anyType>
+ </value>
+ </item>
</dictionary>
\ No newline at end of file |