diff options
Diffstat (limited to 'gst')
| -rw-r--r-- | gst/qtdemux/qtdemux.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/qtdemux/qtdemux.c b/gst/qtdemux/qtdemux.c index f9a7eed0..1dd054ad 100644 --- a/gst/qtdemux/qtdemux.c +++ b/gst/qtdemux/qtdemux.c @@ -1449,7 +1449,7 @@ static GstFlowReturn  gst_qtdemux_loop_state_header (GstQTDemux * qtdemux)  {    guint64 length = 0; -  guint32 fourcc; +  guint32 fourcc = 0;    GstBuffer *buf = NULL;    GstFlowReturn ret = GST_FLOW_OK;    guint64 cur_offset = qtdemux->offset;  | 
