diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-08-12 14:35:23 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-08-12 14:35:23 +0200 |
| commit | 0b3748f2b30bf35dae2bf0a7c9bdb09d1546b502 (patch) | |
| tree | d72afdd7945011e41e472e6b169cd52808d804a3 | |
| parent | da75178e689a48dc689b70e0880a45f0cf8c07a8 (diff) | |
Add some more formats to pixfmts.c.
| -rw-r--r-- | hacks/pixfmts.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hacks/pixfmts.c b/hacks/pixfmts.c index d7dd8730d..d77c10c55 100644 --- a/hacks/pixfmts.c +++ b/hacks/pixfmts.c @@ -27,8 +27,10 @@ int main() SHOW(AV_PIX_FMT_YUV444P10LE); SHOW(AV_PIX_FMT_YUV422P9LE); SHOW(AV_PIX_FMT_GBRP); + SHOW(AV_PIX_FMT_YUVA444P10LE); SHOW(AV_PIX_FMT_XYZ12LE); SHOW(AV_PIX_FMT_YUV444P12LE); SHOW(AV_PIX_FMT_GBRP12BE); SHOW(AV_PIX_FMT_GBRP12LE); + SHOW(AV_PIX_FMT_YUVA444P12LE); } |
