encode ass subs

This commit is contained in:
Luke Pulverenti 2016-01-08 20:51:11 -05:00
parent eefbf5e291
commit 4f63e15016

View file

@ -68,6 +68,10 @@ namespace MediaBrowser.Server.Implementations.Library
if (stream.IsTextSubtitleStream)
{
if (string.Equals(stream.Codec, "ass", StringComparison.OrdinalIgnoreCase))
{
return false;
}
return true;
}