mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04: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…
Add table
Add a link
Reference in a new issue