[Mplayer-cvslog] Re: CVS: main/libmpcodecs ad_libvorbis.c,1.8,1.9
Rémi Guyomarch
rguyom at pobox.com
Thu Dec 5 21:35:42 CET 2002
On Thu, Dec 05, 2002 at 10:39:21AM +0100, Alban Bedel wrote:
> Hi Rémi Guyomarch CVS,
>
> on Wed, 4 Dec 2002 21:27:38 +0100 you wrote:
>
> > // This struct is also defined in demux_ogg.c => common header ?
> -----------------------
> > typedef struct ov_struct_st {
> > @@ -35,6 +39,9 @@
> > 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;
>
> Pls add that in demux_ogg.c too. The 2 struct def should match.
Ok, done.
--
Rémi
More information about the MPlayer-cvslog
mailing list