Fix force hi10p transcoding behavior

Fixes the "Force Hi10p transcoding" option to only apply to h264 video codecs
This commit is contained in:
adam111316 2019-01-19 16:16:06 +08:00 committed by GitHub
parent c598c3b99c
commit 452015dbd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -422,6 +422,7 @@ class PlayUtils(object):
profile['CodecProfiles'].append(
{
'Type': 'Video',
'codec': 'h264',
'Conditions': [
{
'Condition': "LessThanEqual",