On Thu, Jan 04, 2018 at 00:42:43 +0000, Colin NG wrote:
> @@ -1315,6 +1426,7 @@ static int read_from_url(struct representation *pls, struct fragment *seg,
> } else {
> ret = avio_read(pls->input, buf, buf_size);
> }
> +
> if (ret > 0)
> pls->cur_seg_offset += ret;
>
Spurious change.
Moritz