matroska: overwritten value assignment

curpos is set and immediately after, set again. Remove the redundant
assignment.

https://bugzilla.gnome.org/show_bug.cgi?id=749909
This commit is contained in:
Luis de Bethencourt 2015-05-26 15:33:37 +01:00
parent 80998dadba
commit 6d06a74f7f

View file

@ -2416,8 +2416,6 @@ gst_matroska_read_common_parse_metadata (GstMatroskaReadCommon * common,
GList *l;
guint64 curpos;
curpos = gst_ebml_read_get_pos (ebml);
/* Make sure we don't parse a tags element twice and
* post it's tags twice */
curpos = gst_ebml_read_get_pos (ebml);