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)
{

View file

@ -1,3 +1,3 @@
using System.Reflection;
[assembly: AssemblyVersion("3.2.2.1")]
[assembly: AssemblyVersion("3.2.3.1")]