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.h | 1 - 1 file changed, 1 deletion(-) (limited to 'audio/decode/dec_audio.h') diff --git a/audio/decode/dec_audio.h b/audio/decode/dec_audio.h index 27c2040947..25afda1390 100644 --- a/audio/decode/dec_audio.h +++ b/audio/decode/dec_audio.h @@ -36,7 +36,6 @@ struct dec_audio { struct mp_audio_buffer *decode_buffer; struct af_stream *afilter; char *decoder_desc; - struct mp_tags *metadata; struct replaygain_data *replaygain_data; // set by decoder struct mp_audio decoded; // format of decoded audio (no data, temporarily -- cgit v1.2.3