[FFmpeg-devel] [PATCH 05/10] Revert "fate: Add test for ticket 6024, truncated decoding mode"

Andreas Rheinhardt andreas.rheinhardt at outlook.com
Mon Sep 13 16:53:31 EEST 2021


From: Anton Khirnov <anton at khirnov.net>

This reverts commit 47cd8effea343e71c4010929ed3fb10dd3dca4b1.
AV_CODEC_FLAG_TRUNCATED is now deprecated.
---
 tests/fate/video.mak            |  3 ---
 tests/ref/fate/mpeg2-ticket6024 | 27 ---------------------------
 2 files changed, 30 deletions(-)
 delete mode 100644 tests/ref/fate/mpeg2-ticket6024

diff --git a/tests/fate/video.mak b/tests/fate/video.mak
index d6b5770aba..dff1f13e88 100644
--- a/tests/fate/video.mak
+++ b/tests/fate/video.mak
@@ -251,9 +251,6 @@ FATE_VIDEO-$(call DEMDEC, MPEGTS, MPEG2VIDEO) += fate-mpeg2-field-enc fate-mpeg2
 fate-mpeg2-field-enc: CMD = framecrc -flags +bitexact -idct simple -i $(TARGET_SAMPLES)/mpeg2/mpeg2_field_encoding.ts -an -frames:v 30
 fate-mpeg2-ticket186: CMD = framecrc -flags +bitexact -idct simple -i $(TARGET_SAMPLES)/mpeg2/t.mpg -an
 
-FATE_VIDEO-$(call DEMDEC, MPEGPS, MPEG2VIDEO) += fate-mpeg2-ticket6024
-fate-mpeg2-ticket6024: CMD = framecrc -flags +bitexact -idct simple -flags +truncated -i $(TARGET_SAMPLES)/mpeg2/matrixbench_mpeg2.lq1.mpg -an
-
 FATE_VIDEO-$(call DEMDEC, MPEGVIDEO, MPEG2VIDEO) += fate-mpeg2-ticket6677
 fate-mpeg2-ticket6677: CMD = framecrc -flags +bitexact -idct simple -i $(TARGET_SAMPLES)/mpeg2/sony-ct3.bs
 
diff --git a/tests/ref/fate/mpeg2-ticket6024 b/tests/ref/fate/mpeg2-ticket6024
deleted file mode 100644
index bd416240f3..0000000000
--- a/tests/ref/fate/mpeg2-ticket6024
+++ /dev/null
@@ -1,27 +0,0 @@
-#tb 0: 1/25
-#media_type 0: video
-#codec_id 0: rawvideo
-#dimensions 0: 716x236
-#sar 0: 1/1
-0,          2,          2,        1,   253464, 0xc51a46f9
-0,          4,          4,        1,   253464, 0xd0661651
-0,          5,          5,        1,   253464, 0x38a213b3
-0,          6,          6,        1,   253464, 0x038a5118
-0,          7,          7,        1,   253464, 0xebd8de64
-0,          8,          8,        1,   253464, 0x0b319ee0
-0,          9,          9,        1,   253464, 0x37b03a45
-0,         10,         10,        1,   253464, 0x5f9c89ae
-0,         11,         11,        1,   253464, 0x88ad9c08
-0,         12,         12,        1,   253464, 0x387198bc
-0,         13,         13,        1,   253464, 0xf3933eb6
-0,         14,         14,        1,   253464, 0x9bd27b98
-0,         15,         15,        1,   253464, 0x9442c538
-0,         16,         16,        1,   253464, 0x330be2a4
-0,         17,         17,        1,   253464, 0xb4b8c1df
-0,         18,         18,        1,   253464, 0xc97ded34
-0,         19,         19,        1,   253464, 0xcad936e0
-0,         20,         20,        1,   253464, 0x11a2850d
-0,         21,         21,        1,   253464, 0x2545ad23
-0,         22,         22,        1,   253464, 0xa5e17c47
-0,         23,         23,        1,   253464, 0x39452689
-0,         24,         24,        1,   253464, 0x1daefd72
-- 
2.30.2



More information about the ffmpeg-devel mailing list