Commit a222798e authored by Steven Liu's avatar Steven Liu

avformat/dashdec: reindent code for previous commit

Signed-off-by: 's avatarSteven Liu <lq@onvideo.cn>
parent 28578e61
......@@ -1577,7 +1577,7 @@ static int read_from_url(struct representation *pls, struct fragment *seg,
if (seg->size >= 0)
buf_size = FFMIN(buf_size, pls->cur_seg_size - pls->cur_seg_offset);
ret = avio_read(pls->input, buf, buf_size);
ret = avio_read(pls->input, buf, buf_size);
if (ret > 0)
pls->cur_seg_offset += ret;
......
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