summaryrefslogtreecommitdiffstats
path: root/libmpdemux
diff options
context:
space:
mode:
authorrguyom <rguyom@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-12-05 21:01:59 +0000
committerrguyom <rguyom@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-12-05 21:01:59 +0000
commita0b67c174612598b91cefa65c30c2e6b3bc47a44 (patch)
tree5c54fe0fc20f568728894b88e893437298a45f65 /libmpdemux
parent087fc28af3cb71c315b06abe0f10377247a30621 (diff)
downloadmpv-a0b67c174612598b91cefa65c30c2e6b3bc47a44.tar.bz2
mpv-a0b67c174612598b91cefa65c30c2e6b3bc47a44.tar.xz
Sync ov_struct_st between demux_ogg.c and ad_libvorbis.c
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8375 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux')
-rw-r--r--libmpdemux/demux_ogg.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libmpdemux/demux_ogg.c b/libmpdemux/demux_ogg.c
index 03c47750c0..f13ac8785e 100644
--- a/libmpdemux/demux_ogg.c
+++ b/libmpdemux/demux_ogg.c
@@ -30,6 +30,10 @@ typedef struct ov_struct_st {
settings */
vorbis_dsp_state vd; /* central working state for the packet->PCM decoder */
vorbis_block vb; /* local working space for packet->PCM decode */
+ float rg_scale; /* replaygain scale */
+#ifdef TREMOR
+ int rg_scale_int;
+#endif
} ov_struct_t;
//// OggDS headers