Module: libav Branch: master Commit: 15ea1ac695d7197e14f01620a709924277c52861
Author: Janne Grunau <[email protected]> Committer: Janne Grunau <[email protected]> Date: Mon Mar 4 10:18:21 2013 +0100 fate: remove last incomplete frame from mpeg2-field-enc test --- tests/fate/video.mak | 2 +- tests/ref/fate/mpeg2-field-enc | 1 - 2 files changed, 1 insertions(+), 2 deletions(-) diff --git a/tests/fate/video.mak b/tests/fate/video.mak index 8ce9d76..30a06f0 100644 --- a/tests/fate/video.mak +++ b/tests/fate/video.mak @@ -173,7 +173,7 @@ FATE_SAMPLES_AVCONV-$(call DEMDEC, MVI, MOTIONPIXELS) += fate-motionpixels fate-motionpixels: CMD = framecrc -i $(SAMPLES)/motion-pixels/INTRO-partial.MVI -an -pix_fmt rgb24 -vframes 111 FATE_SAMPLES_AVCONV-$(call DEMDEC, MPEGTS, MPEG2VIDEO) += fate-mpeg2-field-enc -fate-mpeg2-field-enc: CMD = framecrc -flags +bitexact -dct fastint -idct simple -i $(SAMPLES)/mpeg2/mpeg2_field_encoding.ts -an +fate-mpeg2-field-enc: CMD = framecrc -flags +bitexact -dct fastint -idct simple -i $(SAMPLES)/mpeg2/mpeg2_field_encoding.ts -an -vframes 30 # FIXME dropped frames in this test because of coarse timebase FATE_NUV += fate-nuv-rtjpeg diff --git a/tests/ref/fate/mpeg2-field-enc b/tests/ref/fate/mpeg2-field-enc index 079aae4..e302536 100644 --- a/tests/ref/fate/mpeg2-field-enc +++ b/tests/ref/fate/mpeg2-field-enc @@ -29,4 +29,3 @@ 0, 129600, 129600, 0, 622080, 0xa45e1d95 0, 133200, 133200, 0, 622080, 0x6cc61d6c 0, 136800, 136800, 0, 622080, 0x6983b417 -0, 140400, 140400, 0, 622080, 0x982363c0 _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
