Merge pull request #636 from cvium/fix_subtitle_conversion_direct_streaming
Allow subtitle extraction and conversion in direct streaming
This commit is contained in:
commit
c8dd72886b
|
@ -1018,7 +1018,8 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
|||
|
||||
public bool CanExtractSubtitles(string codec)
|
||||
{
|
||||
return false;
|
||||
// TODO is there ever a case when a subtitle can't be extracted??
|
||||
return true;
|
||||
}
|
||||
|
||||
private class ProcessWrapper : IDisposable
|
||||
|
|
Loading…
Reference in New Issue
Block a user