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/builtin_presets.h | |
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/builtin_presets.h')
-rw-r--r-- | libhb/builtin_presets.h | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/libhb/builtin_presets.h b/libhb/builtin_presets.h index fba7e1b67..2ad9f34ec 100644 --- a/libhb/builtin_presets.h +++ b/libhb/builtin_presets.h @@ -778,7 +778,16 @@ const char hb_builtin_presets_json[] = " ], \n" " \"PresetTemplate\": {\n" " \"Preset\": {\n" -" \"AudioCopyMask\": [], \n" +" \"AudioCopyMask\": [\n" +" \"copy:aac\", \n" +" \"copy:ac3\", \n" +" \"copy:dts\", \n" +" \"copy:dtshd\", \n" +" \"copy:eac3\", \n" +" \"copy:flac\", \n" +" \"copy:mp3\", \n" +" \"copy:truehd\"\n" +" ], \n" " \"AudioEncoderFallback\": \"ac3\", \n" " \"AudioLanguageList\": [\n" " \"und\"\n" |