diff options
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" |