diff options
Diffstat (limited to 'src/input/FfmpegInputPlugin.cxx')
-rw-r--r-- | src/input/FfmpegInputPlugin.cxx | 2 |
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 ¶m, G_GNUC_UNUSED GError **error_r) { av_register_all(); |