rmdemux: Remove dead assignment, value is being overwritten before being read.

This commit is contained in:
Edward Hervey 2009-04-19 13:59:24 +02:00
parent 2a892f5856
commit c1cd90eb57

View file

@ -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;