rmdemux: Remove dead assignment, value is being overwritten before being read.
authorEdward Hervey <bilboed@bilboed.com>
Sun, 19 Apr 2009 11:59:24 +0000 (13:59 +0200)
committerEdward Hervey <bilboed@bilboed.com>
Sun, 19 Apr 2009 11:59:24 +0000 (13:59 +0200)
gst/realmedia/rmdemux.c

index 5d3772e..c81dd0d 100644 (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;