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/stheader.h | 1 + 1 file changed, 1 insertion(+) (limited to 'demux/stheader.h') diff --git a/demux/stheader.h b/demux/stheader.h index 101c75e880..1771f75ff5 100644 --- a/demux/stheader.h +++ b/demux/stheader.h @@ -73,6 +73,7 @@ typedef struct sh_audio { // note codec extradata may be either under "wf" or "codecdata" unsigned char *codecdata; int codecdata_len; + struct replaygain_data *replaygain_data; } sh_audio_t; typedef struct sh_video { -- cgit v1.2.3