]> git.sesse.net Git - ffmpeg/commit
lavf/webm_chunk: Correct duration if start time > 0
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Fri, 19 Apr 2019 22:03:16 +0000 (00:03 +0200)
committerPaul B Mahol <onemda@gmail.com>
Fri, 12 Jul 2019 12:59:58 +0000 (14:59 +0200)
commit24a64e0462d5dad6f6cf629243abdbe975e33015
tree37a02a993337909ee7c65d9ad08dc370f1bdea07
parent8c6ee7626bcce7c270360f33b60dc7ef99939fc3
lavf/webm_chunk: Correct duration if start time > 0

Up until now, it was simply presumed that the first packet had a pts of
zero; otherwise the duration of the first chunk was wrong.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavformat/webm_chunk.c