Skip to content

Commit

Permalink
presets: Add PresetDisabled key.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradleysepos committed Dec 12, 2020
1 parent 7b9f7a5 commit ef2a207
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions libhb/handbrake/preset_builtin.h
Original file line number Diff line number Diff line change
Expand Up @@ -9149,6 +9149,7 @@ const char hb_builtin_presets_json[] =
" \"PictureTopCrop\": 0, \n"
" \"PictureWidth\": 0, \n"
" \"PresetDescription\": \"\", \n"
" \"PresetDisabled\": false, \n"
" \"PresetName\": \"Name Missing\", \n"
" \"SubtitleAddCC\": false, \n"
" \"SubtitleAddForeignAudioSearch\": false, \n"
Expand Down
1 change: 1 addition & 0 deletions preset/preset_template.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
"PictureForceHeight": 0,
"PictureForceWidth": 0,
"PresetDescription": "",
"PresetDisabled": false,
"PresetName": "Name Missing",
"Type": 1,
"UsesPictureFilters": true,
Expand Down

0 comments on commit ef2a207

Please sign in to comment.