Remove MPEG4 hwaccel from AMF

pull/7925/head
nyanmisaka 2 years ago
parent 8b69b0f521
commit 83d8dbf93e

@ -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…
Cancel
Save