Commit 3ae6e37e authored by Jean-Paul Saman's avatar Jean-Paul Saman

stream_filter/httplive.c: only print "playing segment ..." once

After the merge with vlc 'master' git branch the message "playing segment ..." was
printed twice. This commit removes the superflous print message.
parent 8eeb8db4
......@@ -1374,8 +1374,6 @@ static ssize_t hls_Read(stream_t *s, uint8_t *p_read, unsigned int i_read)
segment->data = NULL;
}
p_sys->segment++;
msg_Info(s, "playing segment %d from stream %d",
p_sys->segment, p_sys->current);
vlc_mutex_unlock(&segment->lock);
continue;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment