revert static instance

This commit is contained in:
Ac_K 2021-05-20 01:32:53 +02:00
parent a644055a4d
commit e4650b7ee2

View file

@ -16,6 +16,8 @@ namespace Ryujinx.Graphics.Nvdec.H264
public FFmpegContext() public FFmpegContext()
{ {
SetRootPath();
_logFunc = Log; _logFunc = Log;
// Redirect log output // Redirect log output
@ -30,12 +32,7 @@ namespace Ryujinx.Graphics.Nvdec.H264
_packet = ffmpeg.av_packet_alloc(); _packet = ffmpeg.av_packet_alloc();
} }
static FFmpegContext() private void SetRootPath()
{
SetRootPath();
}
private static void SetRootPath()
{ {
if (OperatingSystem.IsLinux()) if (OperatingSystem.IsLinux())
{ {