mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
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…
x
Reference in New Issue
Block a user