Re: [FFmpeg-devel] [PATCH] avformat/dashdec: compute the segment size use current pos minus offset plus one

2020-05-07 Thread Steven Liu
> 2020年5月6日 下午3:09,myp...@gmail.com 写道: > > On Wed, May 6, 2020 at 2:53 PM Steven Liu wrote: >> >> because the offset should use one byte >> >> Reported-by: Zhao Jun > >> Signed-off-by: Steven Liu >> --- >> libavformat/dashdec.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >>

Re: [FFmpeg-devel] [PATCH] avformat/dashdec: compute the segment size use current pos minus offset plus one

2020-05-06 Thread myp...@gmail.com
On Wed, May 6, 2020 at 2:53 PM Steven Liu wrote: > > because the offset should use one byte > > Reported-by: Zhao Jun > > Signed-off-by: Steven Liu > --- > libavformat/dashdec.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavformat/dashdec.c b/libavformat/dashdec.c

[FFmpeg-devel] [PATCH] avformat/dashdec: compute the segment size use current pos minus offset plus one

2020-05-05 Thread Steven Liu
because the offset should use one byte Reported-by: Zhao Jun > Signed-off-by: Steven Liu --- libavformat/dashdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/dashdec.c b/libavformat/dashdec.c index 5ba7feb245..04a1baea15 100644 --- a/libavformat/dashdec.c +++