[Mplayer-cvslog] CVS: main/libmpdemux demux_ogg.c,1.19,1.20

Rémi Guyomarch CVS rguyom at mplayerhq.hu
Thu Dec 5 22:02:10 CET 2002


Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var/tmp.root/cvs-serv6315

Modified Files:
	demux_ogg.c 
Log Message:

Sync ov_struct_st between demux_ogg.c and ad_libvorbis.c


Index: demux_ogg.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/demux_ogg.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- demux_ogg.c	4 Dec 2002 20:27:36 -0000	1.19
+++ demux_ogg.c	5 Dec 2002 21:01:59 -0000	1.20
@@ -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




More information about the MPlayer-cvslog mailing list