diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-01-18 22:55:27 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-01-21 16:47:38 +0100 |
commit | c24ee7c275b6374b4b6ef4030e93d416a9c2265f (patch) | |
tree | f18f74da636a6b6a4b09e6ed247dc68a3580c6b0 /tests/ref | |
parent | c602deb138562a2a7ff9e2c05d9ba9b1fb76668c (diff) | |
download | ffmpeg-c24ee7c275b6374b4b6ef4030e93d416a9c2265f.tar.gz |
avformat/mux: Peek into the muxing queue for avoid_negative_ts
Peeking into the muxing queue can improve the estimate of
the lowest timestamp needed for avoid_negative_ts in case
the lowest timestamp is in a packet other than the first packet
to be muxed.
This fixes tickets #4536 and #5784 as well as the output from
the matroska-avoid-negative-ts FATE-test.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'tests/ref')
-rw-r--r-- | tests/ref/fate/matroska-avoid-negative-ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ref/fate/matroska-avoid-negative-ts b/tests/ref/fate/matroska-avoid-negative-ts index 1b9b2f2786..02790a3985 100644 --- a/tests/ref/fate/matroska-avoid-negative-ts +++ b/tests/ref/fate/matroska-avoid-negative-ts @@ -1,4 +1,4 @@ -90cf5a330659140d47ec11208f525908 *tests/data/fate/matroska-avoid-negative-ts.matroska +804842437b2be0a1604ce33c6b08c800 *tests/data/fate/matroska-avoid-negative-ts.matroska 973070 tests/data/fate/matroska-avoid-negative-ts.matroska #extradata 0: 22, 0x2885037c #tb 0: 1/1000 |