diff options
author | Damiano Galassi <[email protected]> | 2016-01-15 08:17:46 +0100 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2016-01-15 08:17:46 +0100 |
commit | b0c52adc40ee25b6be77a3598a319d75bc6d9025 (patch) | |
tree | 1b1345bb22c711ce1f35ce802a3532c977a13704 /libhb/builtin_presets.h | |
parent | 458f86d83ade92ed48e7c428d142909f372b5fd3 (diff) |
Change the PictureRotate key to be a string.
Diffstat (limited to 'libhb/builtin_presets.h')
-rw-r--r-- | libhb/builtin_presets.h | 2 |
1 files changed, 1 insertions, 1 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" |