diff options
author | Max Kellermann <max@duempel.org> | 2014-12-23 10:21:34 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-12-23 10:21:34 +0100 |
commit | 5835afb849f929661d9a5c1f746f4765d567b8ad (patch) | |
tree | bb9e84b91f6a2c41fbfbfe848ead06f5493fd0d5 /src | |
parent | 7f3fecbdf581faf7e98135d5cac535dee6faedf5 (diff) |
decoder/ffmpeg: fix indent
Diffstat (limited to 'src')
-rw-r--r-- | src/decoder/plugins/FfmpegDecoderPlugin.cxx | 4 |
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) |