mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
Merge pull request #7925 from nyanmisaka/remove-mpeg4-amf
(cherry picked from commit b295b0478c)
Signed-off-by: crobibero <cody@robibe.ro>
This commit is contained in:
@@ -4686,11 +4686,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)
|
||||||
|
|||||||
Reference in New Issue
Block a user