mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-06 08:45:53 +01:00
Remove redundant frame conversion for vaapi
Signed-off-by: gnattu <gnattuoc@me.com>
This commit is contained in:
parent
ae82a4eee0
commit
dbf91be3a6
1 changed files with 0 additions and 7 deletions
|
|
@ -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 a new issue