Skip to content

Commit

Permalink
Change the PictureRotate key to be a string.
Browse files Browse the repository at this point in the history
  • Loading branch information
galad87 committed Jan 15, 2016
1 parent 458f86d commit b0c52ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libhb/builtin_presets.h
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,7 @@ const char hb_builtin_presets_json[] =
" \"PicturePARHeight\": 720, \n"
" \"PicturePARWidth\": 853, \n"
" \"PictureRightCrop\": 0, \n"
" \"PictureRotate\": 0, \n"
" \"PictureRotate\": \"0\", \n"
" \"PictureTopCrop\": 0, \n"
" \"PictureWidth\": 0, \n"
" \"PresetDescription\": \"\", \n"
Expand Down
2 changes: 1 addition & 1 deletion libhb/preset_template.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"PicturePAR": "loose",
"PicturePARWidth": 853,
"PicturePARHeight": 720,
"PictureRotate": 0,
"PictureRotate": "0",
"PictureWidth": 0,
"PictureHeight": 0,
"PictureForceHeight": 0,
Expand Down

0 comments on commit b0c52ad

Please sign in to comment.