# HG changeset patch # User rguyom # Date 1039122119 0 # Node ID 99ac11458d234aa7baae7fd3cd78bffa44e0dd84 # Parent c68e053b53b9b0cab671a321f67cab4062c3e78f Sync ov_struct_st between demux_ogg.c and ad_libvorbis.c diff -r c68e053b53b9 -r 99ac11458d23 libmpdemux/demux_ogg.c --- 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