summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrguyom <rguyom@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-12-05 21:04:26 +0000
committerrguyom <rguyom@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-12-05 21:04:26 +0000
commitfeb55b839d3ad6c61b170f9d9359651a12b23e4f (patch)
tree349b920e9548c67bbaf2467083380a5708446264
parenta0b67c174612598b91cefa65c30c2e6b3bc47a44 (diff)
downloadmpv-feb55b839d3ad6c61b170f9d9359651a12b23e4f.tar.bz2
mpv-feb55b839d3ad6c61b170f9d9359651a12b23e4f.tar.xz
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
-rw-r--r--libmpdemux/demux_ogg.c1
1 files changed, 1 insertions, 0 deletions
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 */