[FFmpeg-devel] [PATCH] libavformat/dashdec: Fix for ticket 6658 (Dash demuxer segfault)

Moritz Barsnick barsnick at gmx.net
Thu Jan 4 14:12:45 EET 2018


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


More information about the ffmpeg-devel mailing list