mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-17 21:06:17 +00:00
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:
parent
80998dadba
commit
6d06a74f7f
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue