diff options
author | John Stebbins <[email protected]> | 2019-11-16 11:13:31 -0800 |
---|---|---|
committer | John Stebbins <[email protected]> | 2019-11-27 13:56:38 -0800 |
commit | 196afc4ce0042f20612535c399a5ddc450de26f4 (patch) | |
tree | 14e112fe69b90d586c534ea91e9884632852e31a /preset/preset_template.json | |
parent | 548fef8bb802d0995dcfa6d45373463f8ab51dea (diff) |
preset_template: change "und" to "any" in template
This should have no effect on recent preset definitions since new
presets should have all keys defined. But very old presets may be
missing some keys and need to be filled in with the template defaults.
Diffstat (limited to 'preset/preset_template.json')
-rw-r--r-- | preset/preset_template.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/preset/preset_template.json b/preset/preset_template.json index ed1125d7b..3f4698869 100644 --- a/preset/preset_template.json +++ b/preset/preset_template.json @@ -12,7 +12,7 @@ ], "AudioEncoderFallback": "ac3", "AudioLanguageList": [ - "und" + "any" ], "AudioList": [ { |