mirror of https://git.ffmpeg.org/ffmpeg.git
motionpixels: decode only the 111 complete frames for fate
Signed-off-by: Janne Grunau <janne-libav@jannau.net> (cherry picked from commitc2f2dfb3dd
) Signed-off-by: Anton Khirnov <anton@khirnov.net> (cherry picked from commit90d7146511
) Conflicts: tests/fate.mak tests/ref/fate/motionpixels Signed-off-by: Reinhard Tartler <siretart@tauware.de>
This commit is contained in:
parent
1156f07c6a
commit
5933af562e
|
@ -503,7 +503,7 @@ fate-maxis-xa: CMD = $$BUILD_PATH/ffmpeg -i $$SAMPLES_PATH/maxis-xa/SC2KBUG.XA
|
|||
FATE_TESTS += fate-mimic
|
||||
fate-mimic: CMD = $$BUILD_PATH/ffmpeg -idct simple -i $$SAMPLES_PATH/mimic/mimic2-womanloveffmpeg.cam -vsync 0 -f framecrc -
|
||||
FATE_TESTS += fate-motionpixels
|
||||
fate-motionpixels: CMD = $$BUILD_PATH/ffmpeg -i $$SAMPLES_PATH/motion-pixels/INTRO-partial.MVI -an -pix_fmt rgb24 -f framecrc -
|
||||
fate-motionpixels: CMD = $$BUILD_PATH/ffmpeg -i $$SAMPLES_PATH/motion-pixels/INTRO-partial.MVI -an -pix_fmt rgb24 -vframes 111 -f framecrc -
|
||||
FATE_TESTS += fate-mpc7-demux
|
||||
fate-mpc7-demux: CMD = $$BUILD_PATH/ffmpeg -i $$SAMPLES_PATH/musepack/inside-mp7.mpc -acodec copy -f crc -
|
||||
FATE_TESTS += fate-mpc8-demux
|
||||
|
|
|
@ -109,4 +109,3 @@
|
|||
0, 648003, 230400, 0xb343f372
|
||||
0, 654003, 230400, 0xf7f1e588
|
||||
0, 660003, 230400, 0x9682bdb2
|
||||
0, 666003, 230400, 0x538a3db8
|
||||
|
|
Loading…
Reference in New Issue