diff options
Diffstat (limited to 'ext/vorbis/gstvorbisdec.h')
-rw-r--r-- | ext/vorbis/gstvorbisdec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/vorbis/gstvorbisdec.h b/ext/vorbis/gstvorbisdec.h index 693ead85..c4e2d951 100644 --- a/ext/vorbis/gstvorbisdec.h +++ b/ext/vorbis/gstvorbisdec.h @@ -59,6 +59,7 @@ struct _GstVorbisDec { vorbis_block vb; gboolean initialized; + guint width; /* list of buffers that need timestamps */ GList *queued; |