decoder/ffmpeg: fix indent
This commit is contained in:
parent
7f3fecbdf5
commit
5835afb849
@ -59,8 +59,8 @@ extern "C" {
|
||||
|
||||
static AVFormatContext *
|
||||
FfmpegOpenInput(AVIOContext *pb,
|
||||
const char *filename,
|
||||
AVInputFormat *fmt)
|
||||
const char *filename,
|
||||
AVInputFormat *fmt)
|
||||
{
|
||||
AVFormatContext *context = avformat_alloc_context();
|
||||
if (context == nullptr)
|
||||
|
Loading…
Reference in New Issue
Block a user