mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
333f5b52e3
The tests work fine without it, and it will cause issues when the rawvideo decoder is changed to properly handle pts values. The H.264 conformance tests however are still broken, usually losing the first frames without it. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
24 lines
882 B
Makefile
24 lines
882 B
Makefile
FATE_QTRLE += fate-qtrle-1bit
|
|
fate-qtrle-1bit: CMD = framecrc -i $(SAMPLES)/qtrle/Animation-Monochrome.mov
|
|
|
|
FATE_QTRLE += fate-qtrle-2bit
|
|
fate-qtrle-2bit: CMD = framecrc -i $(SAMPLES)/qtrle/Animation-4Greys.mov -pix_fmt rgb24
|
|
|
|
FATE_QTRLE += fate-qtrle-4bit
|
|
fate-qtrle-4bit: CMD = framecrc -i $(SAMPLES)/qtrle/Animation-16Greys.mov -pix_fmt rgb24 -an
|
|
|
|
FATE_QTRLE += fate-qtrle-8bit
|
|
fate-qtrle-8bit: CMD = framecrc -i $(SAMPLES)/qtrle/criticalpath-credits.mov -pix_fmt rgb24 -an
|
|
|
|
FATE_QTRLE += fate-qtrle-16bit
|
|
fate-qtrle-16bit: CMD = framecrc -i $(SAMPLES)/qtrle/mr-cork-rle.mov -pix_fmt rgb24
|
|
|
|
FATE_QTRLE += fate-qtrle-24bit
|
|
fate-qtrle-24bit: CMD = framecrc -i $(SAMPLES)/qtrle/aletrek-rle.mov
|
|
|
|
FATE_QTRLE += fate-qtrle-32bit
|
|
fate-qtrle-32bit: CMD = framecrc -i $(SAMPLES)/qtrle/ultra_demo_720_480_32bpp_rle.mov -pix_fmt rgb24
|
|
|
|
FATE_TESTS += $(FATE_QTRLE)
|
|
fate-qtrle: $(FATE_QTRLE)
|