|
|
@ -188,6 +188,14 @@ namespace MediaBrowser.Controller.MediaEncoding
|
|
|
|
{
|
|
|
|
{
|
|
|
|
return null;
|
|
|
|
return null;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
if (string.Equals(container, "ogm", StringComparison.OrdinalIgnoreCase))
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
return null;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
if (string.Equals(container, "divx", StringComparison.OrdinalIgnoreCase))
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
return null;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// Seeing reported failures here, not sure yet if this is related to specfying input format
|
|
|
|
// Seeing reported failures here, not sure yet if this is related to specfying input format
|
|
|
|
if (string.Equals(container, "m4v", StringComparison.OrdinalIgnoreCase))
|
|
|
|
if (string.Equals(container, "m4v", StringComparison.OrdinalIgnoreCase))
|
|
|
|