mirror of https://git.ffmpeg.org/ffmpeg.git
fate: Add FATE tests for v410 encoder and decoder
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
309ffa4fe3
commit
64a0b826e1
|
@ -265,3 +265,10 @@ fate-utvideo_yuv422_left: CMD = framecrc -i $(SAMPLES)/utvideo/utvideo_yuv422_le
|
|||
|
||||
FATE_TESTS += fate-utvideo_yuv422_median
|
||||
fate-utvideo_yuv422_median: CMD = framecrc -i $(SAMPLES)/utvideo/utvideo_yuv422_median.avi
|
||||
|
||||
FATE_TESTS += fate-v410dec
|
||||
fate-v410dec: CMD = framecrc -i $(SAMPLES)/v410/lenav410.mov
|
||||
|
||||
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
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
0, 0, 393216, 0xfe11a6b0
|
|
@ -0,0 +1 @@
|
|||
979c9a9a09e8eaaf6467b8c22c0ac8bb
|
Loading…
Reference in New Issue