summaryrefslogtreecommitdiffstats
path: root/libhb
diff options
context:
space:
mode:
authorDamiano Galassi <[email protected]>2016-01-15 08:17:46 +0100
committerDamiano Galassi <[email protected]>2016-01-15 08:17:46 +0100
commitb0c52adc40ee25b6be77a3598a319d75bc6d9025 (patch)
tree1b1345bb22c711ce1f35ce802a3532c977a13704 /libhb
parent458f86d83ade92ed48e7c428d142909f372b5fd3 (diff)
Change the PictureRotate key to be a string.
Diffstat (limited to 'libhb')
-rw-r--r--libhb/builtin_presets.h2
-rw-r--r--libhb/preset_template.json2
2 files changed, 2 insertions, 2 deletions
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,