decoder/ffmpeg: fix indent

This commit is contained in:
Max Kellermann 2014-12-23 10:21:34 +01:00
parent 7f3fecbdf5
commit 5835afb849

View File

@ -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)