changeset 8375:22cbd7bcc6bf

Really (!) sync ov_struct_st between demux_ogg.c and ad_libvorbis.c
author rguyom
date Thu, 05 Dec 2002 21:04:26 +0000
parents 99ac11458d23
children 13a7760481fe
files libmpdemux/demux_ogg.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libmpdemux/demux_ogg.c	Thu Dec 05 21:01:59 2002 +0000
+++ b/libmpdemux/demux_ogg.c	Thu Dec 05 21:04:26 2002 +0000
@@ -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 */