From feb55b839d3ad6c61b170f9d9359651a12b23e4f Mon Sep 17 00:00:00 2001 From: rguyom Date: Thu, 5 Dec 2002 21:04:26 +0000 Subject: Really (!) sync ov_struct_st between demux_ogg.c and ad_libvorbis.c git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8376 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpdemux/demux_ogg.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libmpdemux/demux_ogg.c b/libmpdemux/demux_ogg.c index f13ac8785e..d550e66d3c 100644 --- a/libmpdemux/demux_ogg.c +++ b/libmpdemux/demux_ogg.c @@ -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 */ -- cgit v1.2.3