Commit 5835afb8 authored by Max Kellermann's avatar Max Kellermann

decoder/ffmpeg: fix indent

parent 7f3fecbd
...@@ -59,8 +59,8 @@ extern "C" { ...@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment