Commit 39ef23e2 authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen

hls: Removing useless test.

parent 0d3ac6a7
...@@ -2339,7 +2339,7 @@ static int segment_Seek(stream_t *s, const uint64_t pos) ...@@ -2339,7 +2339,7 @@ static int segment_Seek(stream_t *s, const uint64_t pos)
length += segment->duration * (hls->bandwidth/8); length += segment->duration * (hls->bandwidth/8);
vlc_mutex_unlock(&segment->lock); vlc_mutex_unlock(&segment->lock);
if (!b_found && (pos <= length)) if (pos <= length)
{ {
if (count - n >= 3) if (count - n >= 3)
{ {
......
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