diff options
author | Bradley Sepos <[email protected]> | 2016-06-25 22:56:04 -0400 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2016-06-25 22:56:04 -0400 |
commit | ce451fa5517796f2519c35c517416a50e61a4522 (patch) | |
tree | b85ba6cd7ea58ce037c6ab5314dfc4c24daec82a /libhb/preset_builtin.h | |
parent | 5b43db247f754310f61bd85222115f140fbbfcbf (diff) |
preset: Remove 'Vita' from Playstation preset names.
Diffstat (limited to 'libhb/preset_builtin.h')
-rw-r--r-- | libhb/preset_builtin.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libhb/preset_builtin.h b/libhb/preset_builtin.h index 120249ebc..7f8963c56 100644 --- a/libhb/preset_builtin.h +++ b/libhb/preset_builtin.h @@ -2971,7 +2971,7 @@ const char hb_builtin_presets_json[] = " \"PictureTopCrop\": 0, \n" " \"PictureWidth\": 1280, \n" " \"PresetDescription\": \"H.264 video (up to 720p30) and AAC stereo audio, in an MP4 container. Compatible with Playstation Vita TV.\", \n" -" \"PresetName\": \"Playstation Vita TV 720p30\", \n" +" \"PresetName\": \"Playstation 720p30\", \n" " \"SubtitleAddCC\": false, \n" " \"SubtitleAddForeignAudioSearch\": true, \n" " \"SubtitleAddForeignAudioSubtitle\": false, \n" @@ -3067,7 +3067,7 @@ const char hb_builtin_presets_json[] = " \"PictureTopCrop\": 0, \n" " \"PictureWidth\": 960, \n" " \"PresetDescription\": \"H.264 video (up to 540p30) and AAC stereo audio, in an MP4 container. Compatible with Playstation Vita.\", \n" -" \"PresetName\": \"Playstation Vita 540p30\", \n" +" \"PresetName\": \"Playstation 540p30\", \n" " \"SubtitleAddCC\": false, \n" " \"SubtitleAddForeignAudioSearch\": true, \n" " \"SubtitleAddForeignAudioSubtitle\": false, \n" @@ -6726,7 +6726,7 @@ const char hb_builtin_presets_json[] = " \"x264Option\": \"\", \n" " \"x264UseAdvancedOptions\": false\n" " }, \n" -" \"VersionMajor\": 17, \n" +" \"VersionMajor\": 18, \n" " \"VersionMicro\": 0, \n" " \"VersionMinor\": 0\n" " }\n" |