Merge pull request #7925 from nyanmisaka/remove-mpeg4-amf

This commit is contained in:
Cody Robibero
2022-06-13 16:27:45 -06:00
committed by GitHub

View File

@@ -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)