mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
matroska: Remove unused variable
https://bugzilla.gnome.org/show_bug.cgi?id=753556
This commit is contained in:
parent
b1089fb520
commit
6eee26b24b
2 changed files with 0 additions and 2 deletions
|
@ -63,7 +63,6 @@ typedef struct _GstMatroskaDemux {
|
||||||
|
|
||||||
/* state */
|
/* state */
|
||||||
gboolean streaming;
|
gboolean streaming;
|
||||||
guint level_up;
|
|
||||||
guint64 seek_block;
|
guint64 seek_block;
|
||||||
gboolean seek_first;
|
gboolean seek_first;
|
||||||
|
|
||||||
|
|
|
@ -62,7 +62,6 @@ typedef struct _GstMatroskaParse {
|
||||||
|
|
||||||
/* state */
|
/* state */
|
||||||
//gboolean streaming;
|
//gboolean streaming;
|
||||||
guint level_up;
|
|
||||||
guint64 seek_block;
|
guint64 seek_block;
|
||||||
gboolean seek_first;
|
gboolean seek_first;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue