From: Damiano Galassi Date: Fri, 15 Jan 2016 07:17:46 +0000 (+0100) Subject: Change the PictureRotate key to be a string. X-Git-Tag: 1.0.0~711 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b0c52adc40ee25b6be77a3598a319d75bc6d9025;p=handbrake Change the PictureRotate key to be a string. --- diff --git a/libhb/builtin_presets.h b/libhb/builtin_presets.h index 99ab89662..fa4236e3f 100644 --- a/libhb/builtin_presets.h +++ b/libhb/builtin_presets.h @@ -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" diff --git a/libhb/preset_template.json b/libhb/preset_template.json index 8787c19ca..0140aed36 100644 --- a/libhb/preset_template.json +++ b/libhb/preset_template.json @@ -62,7 +62,7 @@ "PicturePAR": "loose", "PicturePARWidth": 853, "PicturePARHeight": 720, - "PictureRotate": 0, + "PictureRotate": "0", "PictureWidth": 0, "PictureHeight": 0, "PictureForceHeight": 0,