mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-07 23:38:39 +00:00
Unref frames before decoding with FFMPEG (#2704)
This commit is contained in:
parent
d92fff541b
commit
f7aaea4300
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue