This commit is contained in:
Luke Pulverenti
2017-02-24 15:07:26 -05:00
parent e5e73f82fa
commit 868f0afc95
2 changed files with 2 additions and 2 deletions

View File

@@ -1486,7 +1486,7 @@ namespace MediaBrowser.Controller.MediaEncoding
}
}
if (state.RunTimeTicks.HasValue)
if (state.RunTimeTicks.HasValue && string.IsNullOrWhiteSpace(encodingOptions.HardwareAccelerationType))
{
foreach (var stream in state.MediaSource.MediaStreams)
{