diff options
author | Bradley Sepos <[email protected]> | 2016-06-26 02:54:15 -0400 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2016-06-26 02:54:15 -0400 |
commit | 700b4f8b1de4d73ffe2a9237885f8b6547eb0607 (patch) | |
tree | 216abac5f41396a74413bf7e3e5957896cfc34dd | |
parent | 3fe5f1521eebe5311aa8398ba6ca130d7264b72a (diff) |
preset: Remove invalid VideoTune none from template in preset_builtin.h.
-rw-r--r-- | libhb/preset_builtin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/preset_builtin.h b/libhb/preset_builtin.h index 7f8963c56..85e05a776 100644 --- a/libhb/preset_builtin.h +++ b/libhb/preset_builtin.h @@ -6720,7 +6720,7 @@ const char hb_builtin_presets_json[] = " \"VideoQualitySlider\": 20.0, \n" " \"VideoQualityType\": 2, \n" " \"VideoScaler\": \"swscale\", \n" -" \"VideoTune\": \"none\", \n" +" \"VideoTune\": \"\", \n" " \"VideoTurboTwoPass\": false, \n" " \"VideoTwoPass\": false, \n" " \"x264Option\": \"\", \n" |