diff options
-rw-r--r-- | libhb/preset_builtin.h | 2 | ||||
-rw-r--r-- | preset/preset_builtin.json | 2 |
2 files changed, 2 insertions, 2 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" diff --git a/preset/preset_builtin.json b/preset/preset_builtin.json index 2965ccb83..36444cbd6 100644 --- a/preset/preset_builtin.json +++ b/preset/preset_builtin.json @@ -4660,7 +4660,7 @@ "x264UseAdvancedOptions": false }, { - "AlignAVStart": true, + "AlignAVStart": false, "AudioCopyMask": [ "copy:aac", "copy:ac3", |