From 5835afb849f929661d9a5c1f746f4765d567b8ad Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 23 Dec 2014 10:21:34 +0100 Subject: decoder/ffmpeg: fix indent --- src/decoder/plugins/FfmpegDecoderPlugin.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/decoder/plugins/FfmpegDecoderPlugin.cxx b/src/decoder/plugins/FfmpegDecoderPlugin.cxx index c9bea0830..eee8f2e93 100644 --- a/src/decoder/plugins/FfmpegDecoderPlugin.cxx +++ b/src/decoder/plugins/FfmpegDecoderPlugin.cxx @@ -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) -- cgit v1.2.3