diff options
author | John Stebbins <[email protected]> | 2017-06-12 10:33:53 -0700 |
---|---|---|
committer | John Stebbins <[email protected]> | 2017-06-12 10:33:53 -0700 |
commit | c26035e2e6ddab325b39276cc56c09b042582698 (patch) | |
tree | 95bfb6d97d2faa25f782418a6164695bd4614cd4 /libhb | |
parent | e8e6af1ec69651c540fd04ae5417c77a8dc1c9ae (diff) |
presets: bump VersionMajor after opencl removal
I forgot to run rebuild script for the presets list
Diffstat (limited to 'libhb')
-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 296e0d5ad..594c67b18 100644 --- a/libhb/preset_builtin.h +++ b/libhb/preset_builtin.h @@ -7385,7 +7385,7 @@ const char hb_builtin_presets_json[] = " \"x264Option\": \"\", \n" " \"x264UseAdvancedOptions\": false\n" " }, \n" -" \"VersionMajor\": 25, \n" +" \"VersionMajor\": 26, \n" " \"VersionMicro\": 0, \n" " \"VersionMinor\": 0\n" " }\n" |