mirror of https://git.ffmpeg.org/ffmpeg.git
fate: try to fix dirac
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
b53adef07b
commit
68329388bb
|
@ -91,7 +91,7 @@ FATE_VIDEO-$(call DEMDEC, ANM, ANM) += fate-deluxepaint-anm
|
||||||
fate-deluxepaint-anm: CMD = framecrc -i $(SAMPLES)/deluxepaint-anm/INTRO1.ANM -pix_fmt rgb24
|
fate-deluxepaint-anm: CMD = framecrc -i $(SAMPLES)/deluxepaint-anm/INTRO1.ANM -pix_fmt rgb24
|
||||||
|
|
||||||
FATE_VIDEO-$(call DEMDEC, DIRAC, DIRAC) += fate-dirac
|
FATE_VIDEO-$(call DEMDEC, DIRAC, DIRAC) += fate-dirac
|
||||||
fate-dirac: CMD = framecrc -i $(SAMPLES)/dirac/vts.profile-main.drc -pix_fmt rgb24
|
fate-dirac: CMD = framecrc -i $(SAMPLES)/dirac/vts.profile-main.drc
|
||||||
|
|
||||||
FATE_TRUEMOTION1 += fate-truemotion1-15
|
FATE_TRUEMOTION1 += fate-truemotion1-15
|
||||||
fate-truemotion1-15: CMD = framecrc -i $(SAMPLES)/duck/phant2-940.duk -pix_fmt rgb24 -an
|
fate-truemotion1-15: CMD = framecrc -i $(SAMPLES)/duck/phant2-940.duk -pix_fmt rgb24 -an
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#tb 0: 1/30
|
#tb 0: 1/30
|
||||||
0, 0, 0, 1, 230400, 0x4ad6df7c
|
0, 0, 0, 1, 115200, 0xf73819e8
|
||||||
0, 1, 1, 1, 230400, 0xe92fec8e
|
0, 1, 1, 1, 115200, 0x082e3788
|
||||||
|
|
Loading…
Reference in New Issue