restore config settings for now

This commit is contained in:
Luke Pulverenti
2017-02-08 13:50:33 -05:00
parent 64b5600528
commit 8deb423883
5 changed files with 35 additions and 16 deletions

View File

@@ -725,11 +725,6 @@ namespace MediaBrowser.MediaEncoding.Encoder
if (video.Protocol != MediaProtocol.File)
{
// If it's mpeg based, assume true
if ((videoStream.Codec ?? string.Empty).IndexOf("mpeg", StringComparison.OrdinalIgnoreCase) != -1)
{
return true;
}
return false;
}