Commit 01d9ee7f authored by Jean-Paul Saman's avatar Jean-Paul Saman

stream_filter: httplive.c: remove debug code

Remove debug code no longer needed.
parent 4852a577
...@@ -1044,8 +1044,6 @@ static int AccessDownload(stream_t *s, segment_t *segment) ...@@ -1044,8 +1044,6 @@ static int AccessDownload(stream_t *s, segment_t *segment)
curlen += length; curlen += length;
} while (vlc_object_alive(s)); } while (vlc_object_alive(s));
assert(curlen == (ssize_t)segment->size);
AccessClose(s); AccessClose(s);
return VLC_SUCCESS; return VLC_SUCCESS;
} }
......
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