diff options
Diffstat (limited to 'Ryujinx.Graphics.Video/IVp9Decoder.cs')
| -rw-r--r-- | Ryujinx.Graphics.Video/IVp9Decoder.cs | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Ryujinx.Graphics.Video/IVp9Decoder.cs b/Ryujinx.Graphics.Video/IVp9Decoder.cs deleted file mode 100644 index ac79bc42..00000000 --- a/Ryujinx.Graphics.Video/IVp9Decoder.cs +++ /dev/null @@ -1,14 +0,0 @@ -using System; - -namespace Ryujinx.Graphics.Video -{ - public interface IVp9Decoder : IDecoder - { - bool Decode( - ref Vp9PictureInfo pictureInfo, - ISurface output, - ReadOnlySpan<byte> bitstream, - ReadOnlySpan<Vp9MvRef> mvsIn, - Span<Vp9MvRef> mvsOut); - } -} |
