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