]> granicus.if.org Git - handbrake/commitdiff
Change the PictureRotate key to be a string.
authorDamiano Galassi <damiog@gmail.com>
Fri, 15 Jan 2016 07:17:46 +0000 (08:17 +0100)
committerDamiano Galassi <damiog@gmail.com>
Fri, 15 Jan 2016 07:17:46 +0000 (08:17 +0100)
libhb/builtin_presets.h
libhb/preset_template.json

index 99ab89662ddf36945de1e888b1a4a9c8fcd12633..fa4236e3fe19957bb593e577aa1c82277a41946f 100644 (file)
@@ -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"
index 8787c19cad4fd570a54a830d4f15b4676a759160..0140aed367fe076509b7032c7d4ea436423a91d4 100644 (file)
@@ -62,7 +62,7 @@
         "PicturePAR": "loose",
         "PicturePARWidth": 853,
         "PicturePARHeight": 720,
-        "PictureRotate": 0,
+        "PictureRotate": "0",
         "PictureWidth": 0,
         "PictureHeight": 0,
         "PictureForceHeight": 0,