diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2019-05-30 15:02:07 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2019-06-12 12:01:32 +0200 |
commit | 640e401aedb3c8b77bdbed51f799c97171e4c483 (patch) | |
tree | d0df25b179fc162ca8b13b2ee9b257d0a9942487 /tests/fate | |
parent | 914d6a7c1a7a1850b4053847a784b174c9146c55 (diff) | |
download | ffmpeg-streaming-640e401aedb3c8b77bdbed51f799c97171e4c483.zip ffmpeg-streaming-640e401aedb3c8b77bdbed51f799c97171e4c483.tar.gz |
tests/ref/fate/nuv-rtjpeg: Preserve the original timestamps
The tests previously rounded the timestamps. Its better in a fate test to preserve
the data from the demuxer and decoder.
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'tests/fate')
-rw-r--r-- | tests/fate/video.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/video.mak b/tests/fate/video.mak index 43c3432..be1458c 100644 --- a/tests/fate/video.mak +++ b/tests/fate/video.mak @@ -259,7 +259,7 @@ fate-mxpeg: CMD = framecrc -idct simple -flags +bitexact -i $(TARGET_SAMPLES)/mx # FIXME dropped frames in this test because of coarse timebase FATE_NUV += fate-nuv-rtjpeg -fate-nuv-rtjpeg: CMD = framecrc -idct simple -i $(TARGET_SAMPLES)/nuv/Today.nuv -an +fate-nuv-rtjpeg: CMD = framecrc -idct simple -i $(TARGET_SAMPLES)/nuv/Today.nuv -an -r 1000 FATE_NUV += fate-nuv-rtjpeg-fh fate-nuv-rtjpeg-fh: CMD = framecrc -idct simple -i $(TARGET_SAMPLES)/nuv/rtjpeg_frameheader.nuv -an |