mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-08 06:02:42 +01:00
Apply suggestions from code review
Co-authored-by: Bond-009 <bond.009@outlook.com>
This commit is contained in:
parent
e5aa708cb9
commit
c8282e8441
1 changed files with 1 additions and 1 deletions
|
|
@ -3123,7 +3123,7 @@ namespace MediaBrowser.Controller.MediaEncoding
|
|||
|
||||
var memoryOutput = false;
|
||||
var isUploadForOclTonemap = isSwDecoder && doOclTonemap;
|
||||
if ((isD3d11vaDecoder && isSwEncoder))
|
||||
if (isD3d11vaDecoder && isSwEncoder)
|
||||
{
|
||||
memoryOutput = true;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue