diff options
author | sr55 <[email protected]> | 2012-09-25 15:23:17 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2012-09-25 15:23:17 +0000 |
commit | 83af0dca6f4ecc16d5a4dcc6b6ccd97b707f7156 (patch) | |
tree | 5deeb98145f9fccd54ccf05007a06702e9197271 /win/CS/HandBrakeWPF/defaultsettings.xml | |
parent | c9c4474cc265ea02f25fc5e94b161705402ab807 (diff) |
WinGui: LibHb Encode and Scan support (off by default for the moment until I have time to test this and tidy up some of the code) Can be turned on in preferences.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4980 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 0c995c9e9..80a1e6e2c 100644 --- a/win/CS/HandBrakeWPF/defaultsettings.xml +++ b/win/CS/HandBrakeWPF/defaultsettings.xml @@ -465,4 +465,12 @@ <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>
+ <item>
+ <key>
+ <string>EnableLibHb</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 |