diff options
author | Bradley Sepos <[email protected]> | 2019-10-11 14:27:55 -0400 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2019-10-11 14:27:55 -0400 |
commit | c0fb4255e4c7340fc8a0d43212298d1b532bdf02 (patch) | |
tree | 054e73577946e7a4cf79c55e4085679ddced1570 /libhb/handbrake | |
parent | c4b55aba9ab7068608f32cdd8faf109427f1f090 (diff) |
preset: Fix typo in Discord Tiny preset.
Diffstat (limited to 'libhb/handbrake')
-rw-r--r-- | libhb/handbrake/preset_builtin.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libhb/handbrake/preset_builtin.h b/libhb/handbrake/preset_builtin.h index c41e4b98f..0dc1f64cf 100644 --- a/libhb/handbrake/preset_builtin.h +++ b/libhb/handbrake/preset_builtin.h @@ -2336,7 +2336,7 @@ const char hb_builtin_presets_json[] = " \"VideoLevel\": \"3.1\", \n" " \"VideoOptionExtra\": \"vbv-bufsize=1650:vbv-maxrate=165:aq-mode=2:aq-strength=0.8:direct=auto:analyse=all:deblock=5,4:psy-rd=2.0:0.3:ref=5:bframes=5\", \n" " \"VideoPreset\": \"veryslow\", \n" -" \"VideoProfile\": \"veryslow\", \n" +" \"VideoProfile\": \"high\", \n" " \"VideoQSVAsyncDepth\": 4, \n" " \"VideoQSVDecode\": false, \n" " \"VideoQualitySlider\": 25.0, \n" @@ -8982,7 +8982,7 @@ const char hb_builtin_presets_json[] = " \"x264Option\": \"\", \n" " \"x264UseAdvancedOptions\": false\n" " }, \n" -" \"VersionMajor\": 39, \n" +" \"VersionMajor\": 40, \n" " \"VersionMicro\": 0, \n" " \"VersionMinor\": 0\n" " }\n" |