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

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


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

Modified Files:
	demux_ogg.c 
Log Message:

Really (!) 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.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- demux_ogg.c	5 Dec 2002 21:01:59 -0000	1.20
+++ demux_ogg.c	5 Dec 2002 21:04:26 -0000	1.21
@@ -28,6 +28,7 @@
 typedef struct ov_struct_st {
   vorbis_info      vi; /* struct that stores all the static vorbis bitstream
 			  settings */
+  vorbis_comment   vc; /* struct that stores all the bitstream user comments */
   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 */




More information about the MPlayer-cvslog mailing list