[Mplayer-cvslog] CVS: main/libmpcodecs ad_libvorbis.c,1.8,1.9

Alban Bedel albeu at free.fr
Thu Dec 5 10:39:21 CET 2002


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.
	Albeu



More information about the MPlayer-cvslog mailing list