mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-15 18:08:53 -07:00
Remove redundant frame conversion for vaapi
Signed-off-by: gnattu <gnattuoc@me.com>
This commit is contained in:
parent
ae82a4eee0
commit
dbf91be3a6
@ -3491,13 +3491,6 @@ namespace MediaBrowser.Controller.MediaEncoding
|
||||
}
|
||||
|
||||
mainFilters.Add(tonemapArgs);
|
||||
|
||||
// convert back to nv12 for VAAPI encoders
|
||||
// Q: Is this still being used?
|
||||
if (requireDoviReshaping && isVaapiEncoder)
|
||||
{
|
||||
mainFilters.Add("format=" + outFormat);
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user