You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-04 22:03:09 +02:00
tests/fate/qt: Use passthrough fps_mode for svq3-watermark
The file has buggy timestamps (it uses B-frames, yet pts==dts) and therefore the last frame is currently discarded by FFmpeg cli. Using -fps_mode passthrough avoids this and provides coverage of the SVQ3 draining logic. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@ -57,7 +57,7 @@ fate-svq3-1: CMD = framecrc -i $(TARGET_SAMPLES)/svq3/Vertical400kbit.sorenson3.
|
||||
fate-svq3-2: CMD = framecrc -flags +bitexact -ignore_editlist 1 -i $(TARGET_SAMPLES)/svq3/svq3_decoding_regression.mov -an
|
||||
|
||||
FATE_SVQ3 += fate-svq3-watermark
|
||||
fate-svq3-watermark: CMD = framecrc -flags +bitexact -i $(TARGET_SAMPLES)/svq3/svq3_watermark.mov
|
||||
fate-svq3-watermark: CMD = framecrc -flags +bitexact -i $(TARGET_SAMPLES)/svq3/svq3_watermark.mov -fps_mode passthrough
|
||||
|
||||
FATE_QT-$(call FRAMECRC, MOV, SVQ3, ZLIB) += $(FATE_SVQ3)
|
||||
fate-svq3: $(FATE_SVQ3)
|
||||
|
@ -12,3 +12,4 @@
|
||||
0, 7, 7, 1, 102240, 0x342bf32f
|
||||
0, 8, 8, 1, 102240, 0x7b311bf1
|
||||
0, 9, 9, 1, 102240, 0xf56e0cd3
|
||||
0, 9, 9, 1, 102240, 0xfb95c7d3
|
||||
|
Reference in New Issue
Block a user