diff --git a/ext/dash/gstdashdemux.c b/ext/dash/gstdashdemux.c index b14046c838..40b56af47e 100644 --- a/ext/dash/gstdashdemux.c +++ b/ext/dash/gstdashdemux.c @@ -1824,9 +1824,6 @@ gst_dash_demux_parse_http_head (GstDashDemuxClockDrift * clock_drift, break; } } - while (*z == ' ') { - ++z; - } for (int i = 0; timezones[i].name && !parsed_tz; ++i) { if (g_ascii_strncasecmp (timezones[i].name, z, strlen (timezones[i].name)) == 0) {