summaryrefslogtreecommitdiffstats
path: root/ext/dv/gstdvdemux.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dv/gstdvdemux.h')
-rw-r--r--ext/dv/gstdvdemux.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/dv/gstdvdemux.h b/ext/dv/gstdvdemux.h
index 3682653a..dabc3175 100644
--- a/ext/dv/gstdvdemux.h
+++ b/ext/dv/gstdvdemux.h
@@ -81,7 +81,8 @@ struct _GstDVDemux {
gboolean need_segment;
gboolean new_media;
- gboolean found_header;
+ gint found_header; /* ATOMIC */
+ GstEvent *seek_event;
gint16 *audio_buffers[4];
};