Mercurial > mplayer.hg
changeset 8374:99ac11458d23
Sync ov_struct_st between demux_ogg.c and ad_libvorbis.c
author | rguyom |
---|---|
date | Thu, 05 Dec 2002 21:01:59 +0000 |
parents | c68e053b53b9 |
children | 22cbd7bcc6bf |
files | libmpdemux/demux_ogg.c |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpdemux/demux_ogg.c Thu Dec 05 20:31:05 2002 +0000 +++ b/libmpdemux/demux_ogg.c Thu Dec 05 21:01:59 2002 +0000 @@ -30,6 +30,10 @@ 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