From bf6ed643e01687ed21b3a21cb3f77a1042e22c15 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 4 Aug 2013 13:47:48 +0200 Subject: InputPlugin: pass config_param reference --- src/input/FfmpegInputPlugin.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/input/FfmpegInputPlugin.cxx') 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 ¶m, G_GNUC_UNUSED GError **error_r) { av_register_all(); -- cgit v1.2.3