From 58880c00eeca254a5391dd61a920081bb16bc2c1 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 5 Jul 2014 16:45:41 +0200 Subject: demux: make replaygain per-track It's unlikely that files with multiple audio tracks and with replaygain actually happen, but this change might help avoid minor corner cases with later changes. --- demux/demux.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'demux/demux.h') diff --git a/demux/demux.h b/demux/demux.h index bd963392dd..df1762eb08 100644 --- a/demux/demux.h +++ b/demux/demux.h @@ -199,8 +199,6 @@ typedef struct demuxer { // for trivial demuxers which just read the whole file for codec to use struct bstr file_contents; - struct replaygain_data *replaygain_data; - // If the file is a playlist file struct playlist *playlist; -- cgit v1.2.3