From 5de4f1d871d60886b9630531fa8c34cad13cc9dd Mon Sep 17 00:00:00 2001 From: Philip Langdale Date: Mon, 6 May 2019 20:39:39 -0700 Subject: avutil: Add NV24 and NV42 pixel formats These are the 4:4:4 variants of the semi-planar NV12/NV21 formats. These formats are not used much, so we've never had a reason to add them until now. VDPAU recently added support HEVC 4:4:4 content and when you use the OpenGL interop, the returned surfaces are in NV24 format, so we need the pixel format for media players, even if there's no direct use within ffmpeg. Separately, there are apparently webcams that use NV24, but I've never seen one. --- tests/ref/fate/pixfmt_best | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/ref/fate/pixfmt_best b/tests/ref/fate/pixfmt_best index 699e2e4213..5f51e2d845 100644 --- a/tests/ref/fate/pixfmt_best +++ b/tests/ref/fate/pixfmt_best @@ -1 +1 @@ -72 tests passed, 0 tests failed. +73 tests passed, 0 tests failed. -- cgit v1.2.3