I see pts_wrap_bits must be modified in this function. I re-submit the
new patch, only replace avpriv_set_pts_info st->pts_wrap_bits =
source_st->pts_wrap_bits by avpriv_set_pts_info.
Liu Steven 于 2017年12月15日周五 上午6:30写道:
>
> > 在 2017年12月15日,上午12:04,Michael Niedermayer 写道:
> >
> > On Th
> 在 2017年12月15日,上午12:04,Michael Niedermayer 写道:
>
> On Thu, Dec 14, 2017 at 03:00:50AM -0500, mymoey...@gmail.com wrote:
>> From: wu zhiqiang
>>
>> When using concat protocal, start from middle of file will generate non-zero
>> wrap reference. If seek to time less than the wrap reference, wra
On Thu, Dec 14, 2017 at 03:00:50AM -0500, mymoey...@gmail.com wrote:
> From: wu zhiqiang
>
> When using concat protocal, start from middle of file will generate non-zero
> wrap reference. If seek to time less than the wrap reference, wrap control
> will be triggered and generate wrong wrapped t
2017-12-14 16:00 GMT+08:00 :
> From: wu zhiqiang
>
> When using concat protocal, start from middle of file will generate non-zero
> wrap reference. If seek to time less than the wrap reference, wrap control
> will be triggered and generate wrong wrapped timestamp.
> Copy wrap related stream pro
From: wu zhiqiang
When using concat protocal, start from middle of file will generate non-zero
wrap reference. If seek to time less than the wrap reference, wrap control will
be triggered and generate wrong wrapped timestamp.
Copy wrap related stream properties when reading header can fix this