Skip to content

Commit

Permalink
FATE: fix copy & paste for minterpolate test
Browse files Browse the repository at this point in the history
Reported-by: Nicolas George <[email protected]>
Signed-off-by: Limin Wang <[email protected]>
  • Loading branch information
lance-lmwang committed Aug 18, 2020
1 parent 642404f commit ab384d2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions tests/fate/filter-video.mak
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ fate-filter-framerate-12bit-up: CMD = framecrc -lavfi testsrc2=r=50:d=1,format=p
fate-filter-framerate-12bit-down: CMD = framecrc -lavfi testsrc2=r=60:d=1,format=pix_fmts=yuv422p12le,framerate=fps=50 -t 1 -pix_fmt yuv422p12le

FATE_FILTER-$(call ALLYES, MINTERPOLATE_FILTER TESTSRC2_FILTER) += fate-filter-minterpolate-up fate-filter-minterpolate-down
fate-filter-minterpolate-up: CMD = framecrc -lavfi testsrc2=r=2:d=10,framerate=fps=10 -t 1
fate-filter-minterpolate-down: CMD = framecrc -lavfi testsrc2=r=2:d=10,framerate=fps=1 -t 1
fate-filter-minterpolate-up: CMD = framecrc -lavfi testsrc2=r=2:d=10,minterpolate=fps=10 -t 1
fate-filter-minterpolate-down: CMD = framecrc -lavfi testsrc2=r=2:d=10,minterpolate=fps=1 -t 1

FATE_FILTER_VSYNTH-$(CONFIG_BOXBLUR_FILTER) += fate-filter-boxblur
fate-filter-boxblur: CMD = framecrc -c:v pgmyuv -i $(SRC) -vf boxblur=2:1
Expand Down
16 changes: 8 additions & 8 deletions tests/ref/fate/filter-minterpolate-up
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
#dimensions 0: 320x240
#sar 0: 1/1
0, 0, 0, 1, 115200, 0x3744b3ed
0, 1, 1, 1, 115200, 0xec1fdfa0
0, 2, 2, 1, 115200, 0xa17f0d74
0, 3, 3, 1, 115200, 0xd72532a9
0, 4, 4, 1, 115200, 0x032e60f8
0, 1, 1, 1, 115200, 0xf54dba9a
0, 2, 2, 1, 115200, 0xd0b30f49
0, 3, 3, 1, 115200, 0x61720dac
0, 4, 4, 1, 115200, 0xb93a0baa
0, 5, 5, 1, 115200, 0x6e318ba0
0, 6, 6, 1, 115200, 0x76018292
0, 7, 7, 1, 115200, 0x89e27599
0, 8, 8, 1, 115200, 0x68536eac
0, 9, 9, 1, 115200, 0xc3ac62a8
0, 6, 6, 1, 115200, 0xbce5157a
0, 7, 7, 1, 115200, 0xe16418a3
0, 8, 8, 1, 115200, 0xdd91079c
0, 9, 9, 1, 115200, 0xdf69f73c

0 comments on commit ab384d2

Please sign in to comment.