mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 19:30:05 +00:00
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>
This commit is contained in:
parent
914d6a7c1a
commit
640e401aed
@ -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
|
||||
|
@ -1,13 +1,13 @@
|
||||
#tb 0: 100/2997
|
||||
#tb 0: 1/1000
|
||||
#media_type 0: video
|
||||
#codec_id 0: rawvideo
|
||||
#dimensions 0: 640x480
|
||||
#sar 0: 1/1
|
||||
0, 4, 4, 1, 460800, 0x54aedafe
|
||||
0, 5, 5, 1, 460800, 0xb7aa8b56
|
||||
0, 6, 6, 1, 460800, 0x283ea3b5
|
||||
0, 7, 7, 1, 460800, 0x283ea3b5
|
||||
0, 8, 8, 1, 460800, 0x10e577de
|
||||
0, 9, 9, 1, 460800, 0x4e091ee2
|
||||
0, 10, 10, 1, 460800, 0x2ea88828
|
||||
0, 11, 11, 1, 460800, 0x4b7f4df0
|
||||
0, 118, 118, 0, 460800, 0x54aedafe
|
||||
0, 152, 152, 0, 460800, 0xb7aa8b56
|
||||
0, 177, 177, 0, 460800, 0x283ea3b5
|
||||
0, 202, 202, 0, 460800, 0x283ea3b5
|
||||
0, 235, 235, 0, 460800, 0x10e577de
|
||||
0, 269, 269, 0, 460800, 0x4e091ee2
|
||||
0, 302, 302, 0, 460800, 0x2ea88828
|
||||
0, 335, 335, 0, 460800, 0x4b7f4df0
|
||||
|
Loading…
Reference in New Issue
Block a user