aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/FfmpegInputPlugin.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-08-04 13:47:48 +0200
committerMax Kellermann <max@duempel.org>2013-08-04 14:07:50 +0200
commitbf6ed643e01687ed21b3a21cb3f77a1042e22c15 (patch)
treeddd74a2f850d4469517ebbda07779ac45ed3ebb8 /src/input/FfmpegInputPlugin.cxx
parenta0beb5fa26e2b66d01a3b21534b848930929a333 (diff)
downloadmpd-bf6ed643e01687ed21b3a21cb3f77a1042e22c15.tar.gz
mpd-bf6ed643e01687ed21b3a21cb3f77a1042e22c15.tar.xz
mpd-bf6ed643e01687ed21b3a21cb3f77a1042e22c15.zip
InputPlugin: pass config_param reference
Diffstat (limited to '')
-rw-r--r--src/input/FfmpegInputPlugin.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/FfmpegInputPlugin.cxx b/src/input/FfmpegInputPlugin.cxx
index 1660f177d..3dad28730 100644
--- a/src/input/FfmpegInputPlugin.cxx
+++ b/src/input/FfmpegInputPlugin.cxx
@@ -76,7 +76,7 @@ input_ffmpeg_supported(void)
}
static bool
-input_ffmpeg_init(G_GNUC_UNUSED const struct config_param *param,
+input_ffmpeg_init(gcc_unused const config_param &param,
G_GNUC_UNUSED GError **error_r)
{
av_register_all();