diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-04-22 21:30:02 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-04-22 21:30:02 +0200 |
| commit | 38c0c2008a787dafd3c429078651fe2cae8f9aa1 (patch) | |
| tree | cdfbc32de41a5c0f248ba0b63ee56b2e14c1895f | |
| parent | 20d92740a74b43c1b7347297910e607aa336b243 (diff) | |
Add some more pixfmts.
| -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 922d38add..2b8b22f90 100644 --- a/hacks/pixfmts.c +++ b/hacks/pixfmts.c @@ -31,6 +31,8 @@ int main() SHOW(AV_PIX_FMT_XYZ12LE); SHOW(AV_PIX_FMT_NV20LE); SHOW(AV_PIX_FMT_RGBA64BE); + SHOW(AV_PIX_FMT_MMAL); + SHOW(AV_PIX_FMT_RGB0); SHOW(AV_PIX_FMT_YUV444P12LE); SHOW(AV_PIX_FMT_GBRP12BE); SHOW(AV_PIX_FMT_GBRP12LE); |
