Re: [FFmpeg-devel] [PATCH] avformat/apngdec: set pts to AV_NOPTS_VALUE

2018-07-02 Thread Marton Balint
On Thu, 28 Jun 2018, Paul B Mahol wrote: On 6/28/18, Marton Balint wrote: And let the generic code figure out the proper PTS. This is needed because apng does not provide seek functions, but after a generic seek (e.g. to file start) timestamps are not reset which causes broken timestamps whe

Re: [FFmpeg-devel] [PATCH] avformat/apngdec: set pts to AV_NOPTS_VALUE

2018-06-28 Thread Paul B Mahol
On 6/28/18, Marton Balint wrote: > And let the generic code figure out the proper PTS. This is needed because > apng > does not provide seek functions, but after a generic seek (e.g. to file > start) > timestamps are not reset which causes broken timestamps when looping apngs, > like in ticket #61

[FFmpeg-devel] [PATCH] avformat/apngdec: set pts to AV_NOPTS_VALUE

2018-06-28 Thread Marton Balint
And let the generic code figure out the proper PTS. This is needed because apng does not provide seek functions, but after a generic seek (e.g. to file start) timestamps are not reset which causes broken timestamps when looping apngs, like in ticket #6121. Signed-off-by: Marton Balint --- libavf