mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-02 08:23:04 +00:00
update aac_latm input
This commit is contained in:
@@ -2741,6 +2741,10 @@ namespace MediaBrowser.Api.Playback
|
||||
{
|
||||
return null;
|
||||
}
|
||||
if (string.Equals(codec, "aac_latm", StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
return codec;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user