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

pull/7934/head
Cody Robibero 2 years ago committed by GitHub
commit b295b0478c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4684,11 +4684,6 @@ namespace MediaBrowser.Controller.MediaEncoding
{ {
return GetHwaccelType(state, options, "vc1", bitDepth, hwSurface); 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) if (is8_10bitSwFormatsAmf)

Loading…
Cancel
Save