mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-02 08:21:56 +01: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