summaryrefslogtreecommitdiffstats
path: root/test/ref/zimg_formats.txt
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2020-05-22 02:25:23 +0200
committerwm4 <wm4@nowhere>2020-05-22 02:26:05 +0200
commit320fa3bbe73c57e2ba5633a865b6997c1901b4b2 (patch)
treeeae36c9893283fc5a2b74790037bfea432c22557 /test/ref/zimg_formats.txt
parent756ae0321bfcab058affa34922d5f759a1947a80 (diff)
downloadmpv-320fa3bbe73c57e2ba5633a865b6997c1901b4b2.tar.bz2
mpv-320fa3bbe73c57e2ba5633a865b6997c1901b4b2.tar.xz
video: add AV_PIX_FMT_UYYVYY411 conversion support
It may be completely useless, and I can't verify it as no known samples or other known/accessible software using it, but why not? Putting this together with he 422 code requires making it slightly more generic. I'm still staying with a "huge" if tree instead of a table to select the scanline worker callback, because it's actually small and not huge (although it not being generic still feels slightly painful).
Diffstat (limited to 'test/ref/zimg_formats.txt')
-rw-r--r--test/ref/zimg_formats.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ref/zimg_formats.txt b/test/ref/zimg_formats.txt
index 94a348e782..a80ff8936e 100644
--- a/test/ref/zimg_formats.txt
+++ b/test/ref/zimg_formats.txt
@@ -115,7 +115,7 @@
rgba64 Zin Zout SWSin SWSout |
rgba64be Zin Zout SWSin SWSout |
uyvy422 Zin Zout SWSin SWSout |
- uyyvyy411 |
+ uyyvyy411 Zin Zout |
vaapi |
vaapi_idct |
vaapi_moco |