diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-11-08 22:28:24 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-11-16 01:40:36 +0100 |
| commit | f5608308b17c72b3ee459c805663e0103de1d2a4 (patch) | |
| tree | dcd88c561cf4115d746bcded94beab2b2cc707bb /hacks | |
| parent | f54286b03b7b653147608dcfada81f794fc80448 (diff) | |
Add some more pixel formats to hack/pixfmts.c
Diffstat (limited to 'hacks')
| -rw-r--r-- | hacks/pixfmts.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hacks/pixfmts.c b/hacks/pixfmts.c index baa73e121..3196401ae 100644 --- a/hacks/pixfmts.c +++ b/hacks/pixfmts.c @@ -23,7 +23,11 @@ int main() SHOW(AV_PIX_FMT_YUV420P10BE); SHOW(AV_PIX_FMT_YUV420P10LE); SHOW(AV_PIX_FMT_YUV422P10BE); + SHOW(AV_PIX_FMT_YUV444P10LE); SHOW(AV_PIX_FMT_YUV422P9LE); SHOW(AV_PIX_FMT_GBRP); SHOW(AV_PIX_FMT_XYZ12LE); + SHOW(AV_PIX_FMT_YUV444P12LE); + SHOW(AV_PIX_FMT_GBRP12BE); + SHOW(AV_PIX_FMT_GBRP12LE); } |
