Skip to content

Commit

Permalink
presets: Disable autocrop for hardware accelerated presets.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradleysepos committed Dec 12, 2020
1 parent 4383a2b commit 877bcfb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions libhb/handbrake/preset_builtin.h
Original file line number Diff line number Diff line change
Expand Up @@ -8049,7 +8049,7 @@ const char hb_builtin_presets_json[] =
" \"FolderOpen\": false, \n"
" \"Mp4HttpOptimize\": false, \n"
" \"Mp4iPodCompatible\": false, \n"
" \"PictureAutoCrop\": true, \n"
" \"PictureAutoCrop\": false, \n"
" \"PictureBottomCrop\": 0, \n"
" \"PictureChromaSmoothCustom\": \"\", \n"
" \"PictureChromaSmoothPreset\": \"off\", \n"
Expand Down Expand Up @@ -8153,7 +8153,7 @@ const char hb_builtin_presets_json[] =
" \"FolderOpen\": false, \n"
" \"Mp4HttpOptimize\": false, \n"
" \"Mp4iPodCompatible\": false, \n"
" \"PictureAutoCrop\": true, \n"
" \"PictureAutoCrop\": false, \n"
" \"PictureBottomCrop\": 0, \n"
" \"PictureChromaSmoothCustom\": \"\", \n"
" \"PictureChromaSmoothPreset\": \"off\", \n"
Expand Down Expand Up @@ -8257,7 +8257,7 @@ const char hb_builtin_presets_json[] =
" \"FolderOpen\": false, \n"
" \"Mp4HttpOptimize\": false, \n"
" \"Mp4iPodCompatible\": false, \n"
" \"PictureAutoCrop\": true, \n"
" \"PictureAutoCrop\": false, \n"
" \"PictureBottomCrop\": 0, \n"
" \"PictureChromaSmoothCustom\": \"\", \n"
" \"PictureChromaSmoothPreset\": \"off\", \n"
Expand Down Expand Up @@ -8361,7 +8361,7 @@ const char hb_builtin_presets_json[] =
" \"FolderOpen\": false, \n"
" \"Mp4HttpOptimize\": false, \n"
" \"Mp4iPodCompatible\": false, \n"
" \"PictureAutoCrop\": true, \n"
" \"PictureAutoCrop\": false, \n"
" \"PictureBottomCrop\": 0, \n"
" \"PictureChromaSmoothCustom\": \"\", \n"
" \"PictureChromaSmoothPreset\": \"off\", \n"
Expand Down
8 changes: 4 additions & 4 deletions preset/preset_builtin.json
Original file line number Diff line number Diff line change
Expand Up @@ -8275,7 +8275,7 @@
"FolderOpen": false,
"Mp4HttpOptimize": false,
"Mp4iPodCompatible": false,
"PictureAutoCrop": true,
"PictureAutoCrop": false,
"PictureBottomCrop": 0,
"PictureLeftCrop": 0,
"PictureRightCrop": 0,
Expand Down Expand Up @@ -8382,7 +8382,7 @@
"FolderOpen": false,
"Mp4HttpOptimize": false,
"Mp4iPodCompatible": false,
"PictureAutoCrop": true,
"PictureAutoCrop": false,
"PictureBottomCrop": 0,
"PictureLeftCrop": 0,
"PictureRightCrop": 0,
Expand Down Expand Up @@ -8489,7 +8489,7 @@
"FolderOpen": false,
"Mp4HttpOptimize": false,
"Mp4iPodCompatible": false,
"PictureAutoCrop": true,
"PictureAutoCrop": false,
"PictureBottomCrop": 0,
"PictureLeftCrop": 0,
"PictureRightCrop": 0,
Expand Down Expand Up @@ -8596,7 +8596,7 @@
"FolderOpen": false,
"Mp4HttpOptimize": false,
"Mp4iPodCompatible": false,
"PictureAutoCrop": true,
"PictureAutoCrop": false,
"PictureBottomCrop": 0,
"PictureLeftCrop": 0,
"PictureRightCrop": 0,
Expand Down

0 comments on commit 877bcfb

Please sign in to comment.