summaryrefslogtreecommitdiffstats
path: root/demux/stheader.h
diff options
context:
space:
mode:
Diffstat (limited to 'demux/stheader.h')
-rw-r--r--demux/stheader.h1
1 files changed, 1 insertions, 0 deletions
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 {