mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-06-01 04:34:26 -04: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);
|
mainFilters.Add(tonemapArgs);
|
||||||
|
|
||||||
// convert back to nv12 for VAAPI encoders
|
|
||||||
// Q: Is this still being used?
|
|
||||||
if (requireDoviReshaping && isVaapiEncoder)
|
|
||||||
{
|
|
||||||
mainFilters.Add("format=" + outFormat);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user