Don't uppercase TrueHD

This commit is contained in:
JonnyWong16 2017-03-25 12:28:32 -07:00
parent f77e061ff1
commit ca093875b4
2 changed files with 5 additions and 3 deletions

View file

@ -56,6 +56,8 @@ MEDIA_FLAGS_VIDEO = {'avc1': 'h264',
'wmv3': 'wmvhd'
}
AUDIO_CODEC_OVERRIDES = {'truehd': 'TrueHD'}
AUDIO_CHANNELS = {'1': 'Mono',
'2': 'Stereo',
'3': '2.1',