diff options
author | Bradley Sepos <[email protected]> | 2016-07-30 09:36:45 -0400 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2016-07-30 09:36:45 -0400 |
commit | 52d1b2fd6e3a927793e354c07a7396040ec5c59e (patch) | |
tree | 73e30166e8682320a9cb59e69d433ed4144fdc48 /libhb/preset_builtin.h | |
parent | ba4a4fc039311778ff69a3e81324b15631c36359 (diff) |
preset: Add all audio formats to CLI Default copy mask.
Diffstat (limited to 'libhb/preset_builtin.h')
-rw-r--r-- | libhb/preset_builtin.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/libhb/preset_builtin.h b/libhb/preset_builtin.h index bd8a52c00..864906134 100644 --- a/libhb/preset_builtin.h +++ b/libhb/preset_builtin.h @@ -6625,7 +6625,14 @@ const char hb_builtin_presets_json[] = " \"ChildrenArray\": [\n" " {\n" " \"AudioCopyMask\": [\n" -" \"copy:aac\"\n" +" \"copy:aac\", \n" +" \"copy:ac3\", \n" +" \"copy:eac3\", \n" +" \"copy:dtshd\", \n" +" \"copy:dts\", \n" +" \"copy:mp3\", \n" +" \"copy:truehd\", \n" +" \"copy:flac\"\n" " ], \n" " \"AudioEncoderFallback\": \"aac\", \n" " \"AudioLanguageList\": [], \n" |