mirror of https://git.ffmpeg.org/ffmpeg.git
fate: Add a single symbol Ut Video decoder test
Signed-off-by: Diego Biurrun <diego@biurrun.de>
This commit is contained in:
parent
7a1944b907
commit
09bd0ea94e
|
@ -4,6 +4,9 @@ fate-utvideo_rgba_left: CMD = framecrc -i $(SAMPLES)/utvideo/utvideo_rgba_left.a
|
||||||
FATE_UTVIDEO += fate-utvideo_rgba_median
|
FATE_UTVIDEO += fate-utvideo_rgba_median
|
||||||
fate-utvideo_rgba_median: CMD = framecrc -i $(SAMPLES)/utvideo/utvideo_rgba_median.avi
|
fate-utvideo_rgba_median: CMD = framecrc -i $(SAMPLES)/utvideo/utvideo_rgba_median.avi
|
||||||
|
|
||||||
|
FATE_UTVIDEO += fate-utvideo_rgba_single_symbol
|
||||||
|
fate-utvideo_rgba_single_symbol: CMD = framecrc -i $(SAMPLES)/utvideo/utvideo_rgba_single_symbol.avi
|
||||||
|
|
||||||
FATE_UTVIDEO += fate-utvideo_rgb_left
|
FATE_UTVIDEO += fate-utvideo_rgb_left
|
||||||
fate-utvideo_rgb_left: CMD = framecrc -i $(SAMPLES)/utvideo/utvideo_rgb_left.avi
|
fate-utvideo_rgb_left: CMD = framecrc -i $(SAMPLES)/utvideo/utvideo_rgb_left.avi
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
#tb 0: 1/24
|
||||||
|
0, 0, 0, 1, 3145728, 0xac95c593
|
Loading…
Reference in New Issue