# HG changeset patch # User rguyom # Date 1039122266 0 # Node ID 22cbd7bcc6bfa8bbb5a46b9129d012308080d3f0 # Parent 99ac11458d234aa7baae7fd3cd78bffa44e0dd84 Really (!) sync ov_struct_st between demux_ogg.c and ad_libvorbis.c diff -r 99ac11458d23 -r 22cbd7bcc6bf libmpdemux/demux_ogg.c --- 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 */