diff options
author | Anton Khirnov <anton@khirnov.net> | 2023-04-05 16:43:03 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2023-04-13 15:34:07 +0200 |
commit | be3b1e27e5cb7a390ab1bfa2265d0b0e2f0bcbce (patch) | |
tree | 9189e749d8966de12d9cd31c28b728c37ecfd364 /tests/ref | |
parent | 7b827a029338ef8af689e84a352825797b286e26 (diff) | |
download | ffmpeg-be3b1e27e5cb7a390ab1bfa2265d0b0e2f0bcbce.tar.gz |
lavf/rawdec: mark raw demuxers as having no timestamps
Changes the result of the h264_redundant_pps-mov test, where the output
timebase is now 1001/24000 instead of 1/24. This is more correct, as the
source file actually is 23.98fps.
Diffstat (limited to 'tests/ref')
-rw-r--r-- | tests/ref/fate/h264_redundant_pps-mov | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ref/fate/h264_redundant_pps-mov b/tests/ref/fate/h264_redundant_pps-mov index 7cab0e0b29..a8a1fae933 100644 --- a/tests/ref/fate/h264_redundant_pps-mov +++ b/tests/ref/fate/h264_redundant_pps-mov @@ -1,6 +1,6 @@ ac2e8f528dae4e4d610fa3517d2c94fb *tests/data/fate/h264_redundant_pps-mov.h264 187284 tests/data/fate/h264_redundant_pps-mov.h264 -#tb 0: 1/24 +#tb 0: 1001/24000 #media_type 0: video #codec_id 0: rawvideo #dimensions 0: 640x360 |