mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-28 21:30:47 -07:00
Unref frames before decoding with FFMPEG (#2704)
This commit is contained in:
@ -106,6 +106,8 @@ namespace Ryujinx.Graphics.Nvdec.H264
|
||||
|
||||
public int DecodeFrame(Surface output, ReadOnlySpan<byte> bitstream)
|
||||
{
|
||||
ffmpeg.av_frame_unref(output.Frame);
|
||||
|
||||
int result;
|
||||
int gotFrame;
|
||||
|
||||
|
Reference in New Issue
Block a user