From 4fa4f1d7a9499032b8fcef8ed075294baf868be7 Mon Sep 17 00:00:00 2001 From: Philip Langdale Date: Sat, 11 May 2019 10:12:47 -0700 Subject: swscale: Add test for isSemiPlanarYUV to pixdesc_query Lauri had asked me what the semi planar formats were and that reminded me that we could add it to pixdesc_query so we know exactly what the list is. --- tests/ref/fate/sws-pixdesc-query | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'tests') diff --git a/tests/ref/fate/sws-pixdesc-query b/tests/ref/fate/sws-pixdesc-query index bc8147e3c7..e23492293e 100644 --- a/tests/ref/fate/sws-pixdesc-query +++ b/tests/ref/fate/sws-pixdesc-query @@ -347,6 +347,19 @@ isPlanarYUV: yuvj440p yuvj444p +isSemiPlanarYUV: + nv12 + nv16 + nv20be + nv20le + nv21 + nv24 + nv42 + p010be + p010le + p016be + p016le + isRGB: 0bgr 0rgb -- cgit v1.2.3