aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-12-23 10:21:34 +0100
committerMax Kellermann <max@duempel.org>2014-12-23 10:21:34 +0100
commit5835afb849f929661d9a5c1f746f4765d567b8ad (patch)
treebb9e84b91f6a2c41fbfbfe848ead06f5493fd0d5 /src/decoder
parent7f3fecbdf581faf7e98135d5cac535dee6faedf5 (diff)
downloadmpd-5835afb849f929661d9a5c1f746f4765d567b8ad.tar.gz
mpd-5835afb849f929661d9a5c1f746f4765d567b8ad.tar.xz
mpd-5835afb849f929661d9a5c1f746f4765d567b8ad.zip
decoder/ffmpeg: fix indent
Diffstat (limited to 'src/decoder')
-rw-r--r--src/decoder/plugins/FfmpegDecoderPlugin.cxx4
1 files changed, 2 insertions, 2 deletions
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)