From e857c88844bc8be2ac6344feca4969054b3f013a Mon Sep 17 00:00:00 2001 From: Maciej Katafiasz Date: Tue, 28 Dec 2004 16:39:48 +0000 Subject: Fix Vorbis streams failing to decode in some files, where cluster_time isn't 0, because then it doesn't send codec_pr... Original commit message from CVS: Fix Vorbis streams failing to decode in some files, where cluster_time isn't 0, because then it doesn't send codec_priv before actual data. --- gst/matroska/matroska-demux.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gst/matroska/matroska-demux.h') diff --git a/gst/matroska/matroska-demux.h b/gst/matroska/matroska-demux.h index 95a27020..9e21a890 100644 --- a/gst/matroska/matroska-demux.h +++ b/gst/matroska/matroska-demux.h @@ -88,8 +88,7 @@ typedef struct _GstMatroskaDemux { guint64 time_scale; /* length, position (time, ns) */ - guint64 duration, - pos; + guint64 duration, pos; /* a possible pending seek */ guint64 seek_pending; -- cgit