mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
fate: Add FATE tests for v410 encoder and decoder
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Diego Biurrun <diego@biurrun.de>
This commit is contained in:
parent
b536c7a3e1
commit
6c3abd70fd
@ -125,3 +125,10 @@ fate-musepack7: FUZZ = 1
|
||||
FATE_TESTS += fate-iirfilter
|
||||
fate-iirfilter: libavcodec/iirfilter-test$(EXESUF)
|
||||
fate-iirfilter: CMD = run libavcodec/iirfilter-test
|
||||
|
||||
FATE_TESTS += fate-v410dec
|
||||
fate-v410dec: CMD = framecrc -i $(SAMPLES)/v410/lenav410.mov -pix_fmt yuv444p10le
|
||||
|
||||
FATE_TESTS += fate-v410enc
|
||||
fate-v410enc: tests/vsynth1/00.pgm
|
||||
fate-v410enc: CMD = md5 -f image2 -vcodec pgmyuv -i $(TARGET_PATH)/tests/vsynth1/%02d.pgm -flags +bitexact -vcodec v410 -f avi
|
||||
|
1
tests/ref/fate/v410dec
Normal file
1
tests/ref/fate/v410dec
Normal file
@ -0,0 +1 @@
|
||||
0, 0, 393216, 0xfe11a6b0
|
1
tests/ref/fate/v410enc
Normal file
1
tests/ref/fate/v410enc
Normal file
@ -0,0 +1 @@
|
||||
979c9a9a09e8eaaf6467b8c22c0ac8bb
|
Loading…
Reference in New Issue
Block a user