Merge branch 'Draic-patch-1' into hotfixes
This commit is contained in:
commit
3b14373bd3
1 changed files with 2 additions and 2 deletions
|
@ -140,8 +140,8 @@ class PlayUtils():
|
||||||
return False
|
return False
|
||||||
if ((settings('transcodeHi10P') == 'true' and
|
if ((settings('transcodeHi10P') == 'true' and
|
||||||
videoCodec['bitDepth'] == '10') and
|
videoCodec['bitDepth'] == '10') and
|
||||||
('h265' in codec or 'hevc' in codec)):
|
('h264' in codec)):
|
||||||
log.info('Option to transcode 10bit h265 video content enabled.')
|
log.info('Option to transcode 10bit h264 video content enabled.')
|
||||||
return True
|
return True
|
||||||
try:
|
try:
|
||||||
bitrate = int(videoCodec['bitrate'])
|
bitrate = int(videoCodec['bitrate'])
|
||||||
|
|
Loading…
Reference in a new issue