From 6a5c767ce5a27d3d341f84d992e9a05704d67459 Mon Sep 17 00:00:00 2001 From: Thiago Santos Date: Tue, 10 Sep 2013 19:33:33 -0300 Subject: [PATCH] asfdemux: remove unused variable --- gst/asfdemux/gstasfdemux.h | 1 - 1 file changed, 1 deletion(-) diff --git a/gst/asfdemux/gstasfdemux.h b/gst/asfdemux/gstasfdemux.h index deddb4df00..b669d57dd6 100644 --- a/gst/asfdemux/gstasfdemux.h +++ b/gst/asfdemux/gstasfdemux.h @@ -171,7 +171,6 @@ struct _GstASFDemux { GstClockTime first_ts; /* smallest timestamp found */ guint32 packet_size; - guint32 timestamp; /* in milliseconds */ guint64 play_time; guint64 preroll;