From e7977ec87574331510d11751551109cf4794084d Mon Sep 17 00:00:00 2001 From: Alessandro Ghedini Date: Tue, 25 Mar 2014 11:49:25 +0100 Subject: af: add replaygain_data field to af_stream and af_instance Closes #664 --- audio/decode/dec_audio.h | 1 + 1 file changed, 1 insertion(+) (limited to 'audio/decode/dec_audio.h') diff --git a/audio/decode/dec_audio.h b/audio/decode/dec_audio.h index 8e9a1bcd12..dc7446bd0d 100644 --- a/audio/decode/dec_audio.h +++ b/audio/decode/dec_audio.h @@ -37,6 +37,7 @@ struct dec_audio { 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 // different from decode_buffer during format -- cgit v1.2.3