]> git.sesse.net Git - ffmpeg/commit
avformat/dashdec: compute the segment size use current pos minus offset plus one
authorSteven Liu <lq@chinaffmpeg.org>
Wed, 6 May 2020 06:51:22 +0000 (14:51 +0800)
committerSteven Liu <lq@chinaffmpeg.org>
Thu, 7 May 2020 11:33:35 +0000 (19:33 +0800)
commit3523df947a64c3a102960c753e81d9d04166e6e5
treef6d335e7b60731abc74e4038fcb62c1ef9a7dbed
parent96e5e6abb9851d7a26ba21703955d5826ac857c0
avformat/dashdec: compute the segment size use current pos minus offset plus one

because the offset should use one byte

Reviewed-by: Zhao Jun <barryjzhao@tencent.com>
Reported-by: Zhao Jun <barryjzhao@tencent.com>
Signed-off-by: Steven Liu <liuqi05@kuaishou.com>
libavformat/dashdec.c