aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Nvdec.H264/Decoder.cs
diff options
context:
space:
mode:
authorgdkchan <gab.dark.100@gmail.com>2020-08-20 00:07:04 -0300
committerGitHub <noreply@github.com>2020-08-20 00:07:04 -0300
commit01ff648bdf46b85409d1a834987a69150de7adb9 (patch)
treeaa72717b43babdae3431d1bbe8e68be0d875c91d /Ryujinx.Graphics.Nvdec.H264/Decoder.cs
parent5eb0ee3ccaf531ad4042199f848e9462efb3d8ec (diff)
Fix asserts on VP9 decoder in debug mode and build warnings (#1480)
Diffstat (limited to 'Ryujinx.Graphics.Nvdec.H264/Decoder.cs')
-rw-r--r--Ryujinx.Graphics.Nvdec.H264/Decoder.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.Graphics.Nvdec.H264/Decoder.cs b/Ryujinx.Graphics.Nvdec.H264/Decoder.cs
index 7a7e184a..6dbe5176 100644
--- a/Ryujinx.Graphics.Nvdec.H264/Decoder.cs
+++ b/Ryujinx.Graphics.Nvdec.H264/Decoder.cs
@@ -3,7 +3,7 @@ using System;
namespace Ryujinx.Graphics.Nvdec.H264
{
- public class Decoder : IH264Decoder
+ public sealed class Decoder : IH264Decoder
{
public bool IsHardwareAccelerated => false;