diff options
author | Anton Khirnov <anton@khirnov.net> | 2023-10-01 13:04:33 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2023-10-03 16:57:02 +0200 |
commit | 303f10d4dd642b903091728447e2d26ef77614b9 (patch) | |
tree | eff7e9b8b6b0222fec088cf37cb77f24d20fc55c /tests/ref/fate/dirac | |
parent | cdfd15f4d85c3e089ad258d8a24fb2c6907af10c (diff) | |
download | ffmpeg-303f10d4dd642b903091728447e2d26ef77614b9.tar.gz |
fftools/ffmpeg_dec: disregard demuxer timestamps for NOTIMESTAMPS formats
In this case any timestamps are guessed by compute_pkt_fields() in
libavformat. Since we are decoding the stream, we have more accurate
information from the decoder and do not need any guesses.
Eliminates spurious PTS gaps in a number of FATE tests.
Also avoids dropping the majority of frames in fate-dirac*
Diffstat (limited to 'tests/ref/fate/dirac')
-rw-r--r-- | tests/ref/fate/dirac | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/tests/ref/fate/dirac b/tests/ref/fate/dirac index f3f3dafb19..2027a44395 100644 --- a/tests/ref/fate/dirac +++ b/tests/ref/fate/dirac @@ -5,3 +5,31 @@ #sar 0: 1/1 0, 0, 0, 1, 115200, 0xf73819e8 0, 1, 1, 1, 115200, 0x082e3788 +0, 2, 2, 1, 115200, 0x9fe73790 +0, 3, 3, 1, 115200, 0x58f63cc4 +0, 4, 4, 1, 115200, 0xd91c3767 +0, 5, 5, 1, 115200, 0xac39658c +0, 6, 6, 1, 115200, 0xd6d57406 +0, 7, 7, 1, 115200, 0x791b707f +0, 8, 8, 1, 115200, 0x02e05e31 +0, 9, 9, 1, 115200, 0x7737ca43 +0, 10, 10, 1, 115200, 0xa9b5b019 +0, 11, 11, 1, 115200, 0x8b2685be +0, 12, 12, 1, 115200, 0x2f547334 +0, 13, 13, 1, 115200, 0x9c2ba0ad +0, 14, 14, 1, 115200, 0x17069da3 +0, 15, 15, 1, 115200, 0xbc7fadd1 +0, 16, 16, 1, 115200, 0xbf651cce +0, 17, 17, 1, 115200, 0x2e1abc0d +0, 18, 18, 1, 115200, 0xc6c9a945 +0, 19, 19, 1, 115200, 0x5234c510 +0, 20, 20, 1, 115200, 0x84b5ab26 +0, 21, 21, 1, 115200, 0xf01da61e +0, 22, 22, 1, 115200, 0xfb339d74 +0, 23, 23, 1, 115200, 0x0973bf98 +0, 24, 24, 1, 115200, 0x7467023a +0, 25, 25, 1, 115200, 0x3c8ba9a1 +0, 26, 26, 1, 115200, 0xdc699e3e +0, 27, 27, 1, 115200, 0xe57f9d2e +0, 28, 28, 1, 115200, 0x79b18bc4 +0, 29, 29, 1, 115200, 0x4c4c98a0 |