From 967add9f0f5658b449e94cd33c44e72ae8cf76a7 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 21 Jul 2014 19:28:26 +0200 Subject: audio: remove unused metadata field This was used for replaygain at some point, until replaygain info was passed through explicitly. --- audio/decode/dec_audio.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'audio/decode/dec_audio.c') diff --git a/audio/decode/dec_audio.c b/audio/decode/dec_audio.c index b8e14dfbf3..907b154bf8 100644 --- a/audio/decode/dec_audio.c +++ b/audio/decode/dec_audio.c @@ -209,8 +209,6 @@ int audio_init_filters(struct dec_audio *d_audio, int in_samplerate, mp_audio_set_channels(&afs->output, out_channels); mp_audio_set_format(&afs->output, *out_format); - afs->metadata = d_audio->metadata; - afs->replaygain_data = d_audio->replaygain_data; char *s_from = mp_audio_config_to_str(&afs->input); -- cgit v1.2.3