Add back warning message when Skia encoder cannot be used

This commit is contained in:
Mark Monteiro
2020-04-17 10:24:46 -04:00
parent 9728aa8b0a
commit ecf49caf0d
2 changed files with 11 additions and 2 deletions

View File

@@ -459,7 +459,7 @@ namespace MediaBrowser.Controller.MediaEncoding
{
var videoDecoder = GetHardwareAcceleratedVideoDecoder(state, encodingOptions);
var outputVideoCodec = GetVideoEncoder(state, encodingOptions);
var hasTextSubs = state.SubtitleStream != null && state.SubtitleStream.IsTextSubtitleStream && state.SubtitleDeliveryMethod == SubtitleDeliveryMethod.Encode;
if (!hasTextSubs)