diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-09-10 20:59:52 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-09-10 20:59:52 +0200 |
| commit | 61fb89205e631cdb49161bbc4b321d5a93868120 (patch) | |
| tree | 659dfdacf92dcf2cb2c5e1a67d5063a685e792bf /test/image_test.cc | |
| parent | 1e12bd69a8c7d46d54aa947debcf77230361f972 (diff) | |
Support YUV444P10LE in make_part_black().
Diffstat (limited to 'test/image_test.cc')
| -rw-r--r-- | test/image_test.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/image_test.cc b/test/image_test.cc index 2ec40c70b..56e681943 100644 --- a/test/image_test.cc +++ b/test/image_test.cc @@ -584,6 +584,7 @@ BOOST_AUTO_TEST_CASE (make_part_black_test) AV_PIX_FMT_BGRA, AV_PIX_FMT_YUV420P, AV_PIX_FMT_YUV422P10LE, + AV_PIX_FMT_YUV444P10LE }; list<std::pair<int, int>> positions = { |
