mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
Remove MPEG4 hwaccel from AMF
This commit is contained in:
parent
8b69b0f521
commit
83d8dbf93e
1 changed files with 0 additions and 5 deletions
|
@ -4684,11 +4684,6 @@ namespace MediaBrowser.Controller.MediaEncoding
|
|||
{
|
||||
return GetHwaccelType(state, options, "vc1", bitDepth, hwSurface);
|
||||
}
|
||||
|
||||
if (string.Equals("mpeg4", videoStream.Codec, StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
return GetHwaccelType(state, options, "mpeg4", bitDepth, hwSurface);
|
||||
}
|
||||
}
|
||||
|
||||
if (is8_10bitSwFormatsAmf)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue