mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-05-24 02:02:29 -04:00
fixes #2485 - mpeg4 is still trying to be transcoded by VAAPI
This commit is contained in:
parent
592c1a7f24
commit
cb5ae69fb9
@ -87,10 +87,7 @@ namespace MediaBrowser.Controller.MediaEncoding
|
||||
// [vaapi @ 0x7faed8000960] No VAAPI support for codec mpeg4 profile -99.
|
||||
if (string.Equals(videoStream.Codec, "mpeg4", StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
if (videoStream.Level == -99 || videoStream.Level == 15)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
}
|
||||
return true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user