From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <ffmpeg-devel-bounces@ffmpeg.org>
Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100])
	by master.gitmailbox.com (Postfix) with ESMTPS id E0E8E4A9C8
	for <ffmpegdev@gitmailbox.com>; Mon, 24 Mar 2025 18:10:53 +0000 (UTC)
Received: from [127.0.1.1] (localhost [127.0.0.1])
	by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 13273687B96;
	Mon, 24 Mar 2025 20:10:50 +0200 (EET)
Received: from sender2-op-o11.zoho.eu (sender2-op-o11.zoho.eu [136.143.171.11])
 by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id B18CA6879C9
 for <ffmpeg-devel@ffmpeg.org>; Mon, 24 Mar 2025 20:10:43 +0200 (EET)
ARC-Seal: i=1; a=rsa-sha256; t=1742839839; cv=none; d=zohomail.eu; s=zohoarc; 
 b=koGAk7beb8dkrXmKfEaNRQdGqA0dPRQVbJfHSNac4qy/v1BLrUcFiQbRrSB35+RbrVABA9DboTMmM2jxApQvWFgUme6H1Gl9FsvpRhgYUbzE0mYKb8v9YV2WT6tiJASuc8Ta1LmG6W8JgYEOweqxz7eB2O6OvmGGPcBjcB7AY5o=
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.eu;
 s=zohoarc; t=1742839839;
 h=Content-Transfer-Encoding:Cc:Cc:Date:Date:From:From:MIME-Version:Message-ID:Subject:Subject:To:To:Message-Id:Reply-To;
 bh=sz2G4f20LnrNlAicdO30N23e28ic453TViLuhsQZR6w=; 
 b=axdZuc7ycFKcao2P+6P9mNbD5c6ViSFTl4hyk1fm2fEjBz2SvzysQWvZ4WTZeclLV8HZUONuuWmsEAfvNIh0P6ZmrQLegPanBaTdo71hw17F4LAJ8dzLnRViD/e0U3428h+dkyeOp+wf68HmjNAq8iY7ox4ekII7MAkYdKUy4lU=
ARC-Authentication-Results: i=1; mx.zohomail.eu;
 dkim=pass  header.i=frankplowman.com;
 spf=pass  smtp.mailfrom=post@frankplowman.com;
 dmarc=pass header.from=<post@frankplowman.com>
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1742839839; 
 s=zmail; d=frankplowman.com; i=post@frankplowman.com;
 h=From:From:To:To:Cc:Cc:Subject:Subject:Date:Date:Message-ID:MIME-Version:Content-Transfer-Encoding:Message-Id:Reply-To;
 bh=sz2G4f20LnrNlAicdO30N23e28ic453TViLuhsQZR6w=;
 b=JrP0DYygXXQKJ4ERz8Yv21XRzKxupELpL0cfVWPNKzWdAALplq21iKX8Ilo68I7p
 MddGpvMR6l+Do+aDM9tBCCQETRqgp0SOO3C7+Lg9bfGjlUT2L91riPnP07kKxCbYW1h
 1JSkp3hWIwLpXsDFuZ26V7axswBUMHRYdEkFClbs=
Received: by mx.zoho.eu with SMTPS id 1742839837804521.7245443501214;
 Mon, 24 Mar 2025 19:10:37 +0100 (CET)
From: Frank Plowman <post@frankplowman.com>
To: ffmpeg-devel@ffmpeg.org
Date: Mon, 24 Mar 2025 18:10:25 +0000
Message-ID: <20250324181035.38764-1-post@frankplowman.com>
X-Mailer: git-send-email 2.47.0
MIME-Version: 1.0
X-ZohoMailClient: External
Subject: [FFmpeg-devel] [PATCH] fate/vvc: Add vvc-wpp-single-slice-pic
X-BeenThere: ffmpeg-devel@ffmpeg.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: FFmpeg development discussions and patches <ffmpeg-devel.ffmpeg.org>
List-Unsubscribe: <https://ffmpeg.org/mailman/options/ffmpeg-devel>,
 <mailto:ffmpeg-devel-request@ffmpeg.org?subject=unsubscribe>
List-Archive: <https://ffmpeg.org/pipermail/ffmpeg-devel>
List-Post: <mailto:ffmpeg-devel@ffmpeg.org>
List-Help: <mailto:ffmpeg-devel-request@ffmpeg.org?subject=help>
List-Subscribe: <https://ffmpeg.org/mailman/listinfo/ffmpeg-devel>,
 <mailto:ffmpeg-devel-request@ffmpeg.org?subject=subscribe>
Reply-To: FFmpeg development discussions and patches <ffmpeg-devel@ffmpeg.org>
Cc: Frank Plowman <post@frankplowman.com>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: ffmpeg-devel-bounces@ffmpeg.org
Sender: "ffmpeg-devel" <ffmpeg-devel-bounces@ffmpeg.org>
Archived-At: <https://master.gitmailbox.com/ffmpegdev/20250324181035.38764-1-post@frankplowman.com/>
List-Archive: <https://master.gitmailbox.com/ffmpegdev/>
List-Post: <mailto:ffmpegdev@gitmailbox.com>

A sample with a particular partitioning structure that could not be read
correctly before 26c5d8cf5d6dcd520e781754d986e9907d74270e

Signed-off-by: Frank Plowman <post@frankplowman.com>
---
 tests/fate/vvc.mak                      | 10 ++++++----
 tests/ref/fate/vvc-wpp-single-slice-pic |  6 ++++++
 2 files changed, 12 insertions(+), 4 deletions(-)
 create mode 100644 tests/ref/fate/vvc-wpp-single-slice-pic

diff --git a/tests/fate/vvc.mak b/tests/fate/vvc.mak
index 532bf44e19..c882010713 100644
--- a/tests/fate/vvc.mak
+++ b/tests/fate/vvc.mak
@@ -44,12 +44,14 @@ $(VVC_TESTS_444_10BIT): SCALE_OPTS := -pix_fmt yuv444p10le -vf scale
 fate-vvc-conformance-%: CMD = framecrc -c:v vvc -i $(TARGET_SAMPLES)/vvc-conformance/$(subst fate-vvc-conformance-,,$(@)).bit $(SCALE_OPTS)
 fate-vvc-output-ref: CMD = framecrc -c:v vvc -i $(TARGET_SAMPLES)/vvc/Hierarchical.bit $(SCALE_OPTS)
 fate-vvc-frames-with-ltr: CMD = framecrc -c:v vvc -i $(TARGET_SAMPLES)/vvc/vvc_frames_with_ltr.vvc -pix_fmt yuv420p10le -vf scale
+fate-vvc-wpp-single-slice-pic: CMD = framecrc -c:v vvc -i $(TARGET_SAMPLES)/vvc/wpp-single-slice-pic.vvc -pix_fmt yuv420p10le -vf scale
 
 FATE_VVC-$(call FRAMECRC, VVC, VVC, VVC_PARSER) += $(VVC_TESTS_8BIT) fate-vvc-output-ref
-FATE_VVC-$(call FRAMECRC, VVC, VVC, VVC_PARSER SCALE_FILTER) +=              \
-                                                    $(VVC_TESTS_10BIT)       \
-                                                    $(VVC_TESTS_444_10BIT)   \
-                                                    fate-vvc-frames-with-ltr \
+FATE_VVC-$(call FRAMECRC, VVC, VVC, VVC_PARSER SCALE_FILTER) +=                   \
+                                                    $(VVC_TESTS_10BIT)            \
+                                                    $(VVC_TESTS_444_10BIT)        \
+                                                    fate-vvc-frames-with-ltr      \
+                                                    fate-vvc-wpp-single-slice-pic \
 
 FATE_SAMPLES_FFMPEG += $(FATE_VVC-yes)
 
diff --git a/tests/ref/fate/vvc-wpp-single-slice-pic b/tests/ref/fate/vvc-wpp-single-slice-pic
new file mode 100644
index 0000000000..d3629a8d80
--- /dev/null
+++ b/tests/ref/fate/vvc-wpp-single-slice-pic
@@ -0,0 +1,6 @@
+#tb 0: 1/25
+#media_type 0: video
+#codec_id 0: rawvideo
+#dimensions 0: 256x256
+#sar 0: 0/1
+0,          0,          0,        1,   196608, 0x49771161
-- 
2.47.0

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".