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();
|
||||
}
|
||||
|
||||
Codec = ffmpeg.avcodec_find_decoder(CodecId);
|
||||
Context = ffmpeg.avcodec_alloc_context3(Codec);
|
||||
Frame = ffmpeg.av_frame_alloc();
|
||||
Codec = ffmpeg.avcodec_find_decoder(CodecId);
|
||||
Context = ffmpeg.avcodec_alloc_context3(Codec);
|
||||
Frame = ffmpeg.av_frame_alloc();
|
||||
|
||||
ffmpeg.avcodec_open2(Context, Codec, null);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue