diff options
author | Bradley Sepos <[email protected]> | 2018-09-11 20:55:45 -0400 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2018-09-26 17:49:01 -0400 |
commit | 69d8ab58d84cc053a4c7f4b0194edd5c591b860a (patch) | |
tree | 9232bd0d13b4c0f2c180dd137bcec83174f13f5c /libhb | |
parent | 876439db3177a49a30229cf444545667522dd58b (diff) |
presets: Disable unused Align A/V Start for Roku 2160p (MKV).
Diffstat (limited to 'libhb')
-rw-r--r-- | libhb/preset_builtin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/preset_builtin.h b/libhb/preset_builtin.h index dea36a349..fd516159a 100644 --- a/libhb/preset_builtin.h +++ b/libhb/preset_builtin.h @@ -4536,7 +4536,7 @@ const char hb_builtin_presets_json[] = " \"x264UseAdvancedOptions\": false\n" " }, \n" " {\n" -" \"AlignAVStart\": true, \n" +" \"AlignAVStart\": false, \n" " \"AudioCopyMask\": [\n" " \"copy:aac\", \n" " \"copy:ac3\", \n" |