diff options
Diffstat (limited to 'Ryujinx.Graphics.Nvdec/VDec/FFmpegFrame.cs')
-rw-r--r-- | Ryujinx.Graphics.Nvdec/VDec/FFmpegFrame.cs | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Ryujinx.Graphics.Nvdec/VDec/FFmpegFrame.cs b/Ryujinx.Graphics.Nvdec/VDec/FFmpegFrame.cs deleted file mode 100644 index 535a70c9..00000000 --- a/Ryujinx.Graphics.Nvdec/VDec/FFmpegFrame.cs +++ /dev/null @@ -1,14 +0,0 @@ -namespace Ryujinx.Graphics.VDec -{ - unsafe struct FFmpegFrame - { - public int Width; - public int Height; - - public byte* LumaPtr; - public byte* ChromaBPtr; - public byte* ChromaRPtr; - - public byte[] Data; - } -}
\ No newline at end of file |