From 0aabe4060ea4bad7c7caac633aef0737fccff8c2 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 3 May 2021 01:38:11 +0200 Subject: Add pixel format 0 (AV_PIX_FMT_YUV420P) to make_part_black(). Remainder of fix for #1984. --- test/image_test.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'test/image_test.cc') diff --git a/test/image_test.cc b/test/image_test.cc index bbaf9bd74..0993be6cf 100644 --- a/test/image_test.cc +++ b/test/image_test.cc @@ -514,6 +514,7 @@ BOOST_AUTO_TEST_CASE (make_part_black_test) AV_PIX_FMT_RGBA, AV_PIX_FMT_ABGR, AV_PIX_FMT_BGRA, + AV_PIX_FMT_YUV420P, AV_PIX_FMT_YUV422P10LE, }; -- cgit v1.2.3