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/vc1_sa10091 | |
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/vc1_sa10091')
-rw-r--r-- | tests/ref/fate/vc1_sa10091 | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/tests/ref/fate/vc1_sa10091 b/tests/ref/fate/vc1_sa10091 index ebfe2710ca..63f25c2b6a 100644 --- a/tests/ref/fate/vc1_sa10091 +++ b/tests/ref/fate/vc1_sa10091 @@ -4,32 +4,32 @@ #dimensions 0: 720x480 #sar 0: 1/1 0, 0, 0, 1, 518400, 0xae20b4fa +0, 1, 1, 1, 518400, 0x2b4ccdf9 0, 2, 2, 1, 518400, 0x2b4ccdf9 0, 3, 3, 1, 518400, 0x2b4ccdf9 0, 4, 4, 1, 518400, 0x2b4ccdf9 0, 5, 5, 1, 518400, 0x2b4ccdf9 -0, 6, 6, 1, 518400, 0x2b4ccdf9 +0, 6, 6, 1, 518400, 0x70d9a891 0, 7, 7, 1, 518400, 0x70d9a891 0, 8, 8, 1, 518400, 0x70d9a891 -0, 9, 9, 1, 518400, 0x70d9a891 -0, 10, 10, 1, 518400, 0xa461ee86 +0, 9, 9, 1, 518400, 0xa461ee86 +0, 10, 10, 1, 518400, 0x722bc6e8 0, 11, 11, 1, 518400, 0x722bc6e8 0, 12, 12, 1, 518400, 0x722bc6e8 -0, 13, 13, 1, 518400, 0x722bc6e8 +0, 13, 13, 1, 518400, 0xf752fd2c 0, 14, 14, 1, 518400, 0xf752fd2c -0, 15, 15, 1, 518400, 0xf752fd2c -0, 16, 16, 1, 518400, 0x91abcaca +0, 15, 15, 1, 518400, 0x91abcaca +0, 16, 16, 1, 518400, 0x572727c3 0, 17, 17, 1, 518400, 0x572727c3 -0, 18, 18, 1, 518400, 0x572727c3 +0, 18, 18, 1, 518400, 0x24c12382 0, 19, 19, 1, 518400, 0x24c12382 -0, 20, 20, 1, 518400, 0x24c12382 +0, 20, 20, 1, 518400, 0x9aa39fe8 0, 21, 21, 1, 518400, 0x9aa39fe8 -0, 22, 22, 1, 518400, 0x9aa39fe8 -0, 23, 23, 1, 518400, 0x5cb6bd19 -0, 24, 24, 1, 518400, 0x704d9300 +0, 22, 22, 1, 518400, 0x5cb6bd19 +0, 23, 23, 1, 518400, 0x704d9300 +0, 24, 24, 1, 518400, 0x590fad49 0, 25, 25, 1, 518400, 0x590fad49 0, 26, 26, 1, 518400, 0x590fad49 -0, 27, 27, 1, 518400, 0x590fad49 +0, 27, 27, 1, 518400, 0x46bea10b 0, 28, 28, 1, 518400, 0x46bea10b 0, 29, 29, 1, 518400, 0x46bea10b -0, 30, 30, 1, 518400, 0x46bea10b |