rmdemux: Remove dead assignment, value is being overwritten before being read.
This commit is contained in:
parent
2a892f5856
commit
c1cd90eb57
@ -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…
x
Reference in New Issue
Block a user