DecoderPlugin: pass config_param reference

This commit is contained in:
Max Kellermann
2013-08-04 11:30:26 +02:00
parent 83f4c48c8a
commit 7a1d466fb2
13 changed files with 34 additions and 35 deletions

View File

@@ -166,7 +166,7 @@ mpd_ffmpeg_stream_close(struct mpd_ffmpeg_stream *stream)
}
static bool
ffmpeg_init(G_GNUC_UNUSED const struct config_param *param)
ffmpeg_init(gcc_unused const config_param &param)
{
av_log_set_callback(mpd_ffmpeg_log_callback);