diff options
author | Rodeo <[email protected]> | 2015-05-17 16:13:09 +0000 |
---|---|---|
committer | Rodeo <[email protected]> | 2015-05-17 16:13:09 +0000 |
commit | 06f06e9d3046766ea16b4dfb8821d528048a50f1 (patch) | |
tree | eaf4a545f9b7c25e2662117b905213a3cfa0a459 /libhb/preset_template.json | |
parent | 2ee01596fafc8f36bdf828fc26861a191e43ceb3 (diff) |
preset_template: allow all supported passthru codecs by default.
That way, very old presets and (more importantly) built-in
presets do not force a restricted copy mask on the user.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7205 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/preset_template.json')
-rw-r--r-- | libhb/preset_template.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libhb/preset_template.json b/libhb/preset_template.json index c0a650703..e371a8ebc 100644 --- a/libhb/preset_template.json +++ b/libhb/preset_template.json @@ -1,5 +1,13 @@ { "AudioCopyMask": [ + "copy:aac", + "copy:ac3", + "copy:dts", + "copy:dtshd", + "copy:eac3", + "copy:flac", + "copy:mp3", + "copy:truehd" ], "AudioEncoderFallback": "ac3", "AudioLanguageList": [ |