Re: [FFmpeg-devel] [PATCH] avformat/dashdec: Also fetch final partial segment

2021-04-14 Thread Steven Liu
> 2021年4月14日 上午3:42,Matt Robinson 写道: > > On Tue, 6 Apr 2021 at 02:36, Steven Liu wrote: >> >>> 2021年4月6日 上午1:45,Matt Robinson 写道: >>> >>> Currently, the DASH demuxer omits the final segment for a non-live >>> stream (using SegmentTemplate) if it is shorter than the other segments. >>> >>>

Re: [FFmpeg-devel] [PATCH] avformat/dashdec: Also fetch final partial segment

2021-04-13 Thread Matt Robinson
On Tue, 6 Apr 2021 at 02:36, Steven Liu wrote: > > > 2021年4月6日 上午1:45,Matt Robinson 写道: > > > > Currently, the DASH demuxer omits the final segment for a non-live > > stream (using SegmentTemplate) if it is shorter than the other segments. > > > > Correct calc_max_seg_no to round up when calulati

Re: [FFmpeg-devel] [PATCH] avformat/dashdec: Also fetch final partial segment

2021-04-05 Thread Steven Liu
> 2021年4月6日 上午1:45,Matt Robinson 写道: > > Currently, the DASH demuxer omits the final segment for a non-live > stream (using SegmentTemplate) if it is shorter than the other segments. > > Correct calc_max_seg_no to round up when calulating the number of > segments instead of rounding down to re