diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-07-31 00:07:00 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-07-31 00:07:00 +0100 |
| commit | 5ccb13d95f4bc29afed393588edff581b748efa7 (patch) | |
| tree | fe53cd06803a32428c64d623ec02e44cc2a75398 /hacks | |
| parent | fb66531502fda94d50c7b1399178ff08f6c6eaac (diff) | |
Add some more pixfmts to the hack.
Diffstat (limited to 'hacks')
| -rw-r--r-- | hacks/pixfmts.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hacks/pixfmts.c b/hacks/pixfmts.c index 3aa593d09..f3d6e299a 100644 --- a/hacks/pixfmts.c +++ b/hacks/pixfmts.c @@ -9,6 +9,9 @@ int main() SHOW(AV_PIX_FMT_RGBA); SHOW(AV_PIX_FMT_ABGR); SHOW(AV_PIX_FMT_BGRA); + SHOW(AV_PIX_FMT_GRAY16BE); + SHOW(AV_PIX_FMT_GRAY16LE); + SHOW(AV_PIX_FMT_YUV440P); SHOW(AV_PIX_FMT_YUV420P16LE); SHOW(AV_PIX_FMT_YUV422P10LE); SHOW(AV_PIX_FMT_YUV444P9BE); |
