Correct spacing
This commit is contained in:
parent
4aa9ace3e3
commit
3c1e0c904a
1 changed files with 3 additions and 3 deletions
|
@ -33,9 +33,9 @@ namespace Ryujinx.Graphics.VideoDecoding
|
||||||
Uninitialize();
|
Uninitialize();
|
||||||
}
|
}
|
||||||
|
|
||||||
Codec = ffmpeg.avcodec_find_decoder(CodecId);
|
Codec = ffmpeg.avcodec_find_decoder(CodecId);
|
||||||
Context = ffmpeg.avcodec_alloc_context3(Codec);
|
Context = ffmpeg.avcodec_alloc_context3(Codec);
|
||||||
Frame = ffmpeg.av_frame_alloc();
|
Frame = ffmpeg.av_frame_alloc();
|
||||||
|
|
||||||
ffmpeg.avcodec_open2(Context, Codec, null);
|
ffmpeg.avcodec_open2(Context, Codec, null);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue