diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-08-28 00:57:15 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-08-28 00:57:15 +0100 |
| commit | fca214a144bf3169de1c87ca8ccf6e96cd796f02 (patch) | |
| tree | 8164d23054e78f1848c79d4df05f3c88d750189c | |
| parent | d1ea8e639cffe4fc6de6994666cd0ebebd3e46fd (diff) | |
Tweak hacks.
| -rw-r--r-- | hacks/pixfmts.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hacks/pixfmts.c b/hacks/pixfmts.c index e1dd00a9d..3aa593d09 100644 --- a/hacks/pixfmts.c +++ b/hacks/pixfmts.c @@ -12,4 +12,10 @@ int main() SHOW(AV_PIX_FMT_YUV420P16LE); SHOW(AV_PIX_FMT_YUV422P10LE); SHOW(AV_PIX_FMT_YUV444P9BE); + SHOW(AV_PIX_FMT_YUV420P9LE); + SHOW(AV_PIX_FMT_YUV420P10BE); + SHOW(AV_PIX_FMT_YUV420P10LE); + SHOW(AV_PIX_FMT_YUV422P10BE); + SHOW(AV_PIX_FMT_YUV422P9LE); + SHOW(AV_PIX_FMT_GBRP); } |
