remove specification of input decoders (for now)
This commit is contained in:
parent
3ff216f05a
commit
338d5ee993
|
@ -2736,17 +2736,19 @@ namespace MediaBrowser.Api.Playback
|
||||||
}
|
}
|
||||||
|
|
||||||
private string GetDecoderFromCodec(string codec)
|
private string GetDecoderFromCodec(string codec)
|
||||||
{
|
|
||||||
if (string.Equals(codec, "mp2", StringComparison.OrdinalIgnoreCase))
|
|
||||||
{
|
{
|
||||||
return null;
|
return null;
|
||||||
}
|
|
||||||
if (string.Equals(codec, "aac_latm", StringComparison.OrdinalIgnoreCase))
|
|
||||||
{
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
return codec;
|
//if (string.Equals(codec, "mp2", StringComparison.OrdinalIgnoreCase))
|
||||||
|
//{
|
||||||
|
// return null;
|
||||||
|
//}
|
||||||
|
//if (string.Equals(codec, "aac_latm", StringComparison.OrdinalIgnoreCase))
|
||||||
|
//{
|
||||||
|
// return null;
|
||||||
|
//}
|
||||||
|
|
||||||
|
//return codec;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user