update aac_latm input

This commit is contained in:
Luke Pulverenti 2017-01-11 23:27:14 -05:00
parent 0b5d4ce3f8
commit 3674d6dfa3

View file

@ -2741,6 +2741,10 @@ namespace MediaBrowser.Api.Playback
{
return null;
}
if (string.Equals(codec, "aac_latm", StringComparison.OrdinalIgnoreCase))
{
return null;
}
return codec;
}