mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
rmdemux: Remove dead assignment, value is being overwritten before being read.
This commit is contained in:
parent
2a892f5856
commit
c1cd90eb57
1 changed files with 0 additions and 1 deletions
|
@ -1570,7 +1570,6 @@ gst_rmdemux_parse_mdpr (GstRMDemux * rmdemux, const guint8 * data, int length)
|
|||
GST_LOG_OBJECT (rmdemux, "stream_number=%d", stream->id);
|
||||
|
||||
offset = 30;
|
||||
stream_type = GST_RMDEMUX_STREAM_UNKNOWN;
|
||||
stream1_type_string = gst_rm_utils_read_string8 (data + offset,
|
||||
length - offset, &str_len);
|
||||
offset += str_len;
|
||||
|
|
Loading…
Reference in a new issue