summaryrefslogtreecommitdiff
path: root/hacks
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-09-24 23:30:19 +0200
committerCarl Hetherington <cth@carlh.net>2023-09-24 23:30:19 +0200
commit9d309c4a49412162ad4d91075c9a73437daf5b42 (patch)
tree0d9045ce017ff11cea99f62a320f5e2afc760741 /hacks
parent6a485d71b312232362209ce344dff9eb1f4bc7e5 (diff)
Add some new pixfmts.
Diffstat (limited to 'hacks')
-rw-r--r--hacks/pixfmts.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/hacks/pixfmts.c b/hacks/pixfmts.c
index d77c10c55..922d38add 100644
--- a/hacks/pixfmts.c
+++ b/hacks/pixfmts.c
@@ -29,6 +29,8 @@ int main()
SHOW(AV_PIX_FMT_GBRP);
SHOW(AV_PIX_FMT_YUVA444P10LE);
SHOW(AV_PIX_FMT_XYZ12LE);
+ SHOW(AV_PIX_FMT_NV20LE);
+ SHOW(AV_PIX_FMT_RGBA64BE);
SHOW(AV_PIX_FMT_YUV444P12LE);
SHOW(AV_PIX_FMT_GBRP12BE);
SHOW(AV_PIX_FMT_GBRP12LE);