update aac_latm input
This commit is contained in:
parent
0b5d4ce3f8
commit
3674d6dfa3
|
@ -2741,6 +2741,10 @@ namespace MediaBrowser.Api.Playback
|
|||
{
|
||||
return null;
|
||||
}
|
||||
if (string.Equals(codec, "aac_latm", StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
return codec;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user