diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-05-03 01:38:11 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-05-03 01:39:32 +0200 |
| commit | 0aabe4060ea4bad7c7caac633aef0737fccff8c2 (patch) | |
| tree | 8619c51e85e6f109f1629b02204b477630ff4a72 /test/image_test.cc | |
| parent | 6041247db96664be4785098f9a190adb279a3f3e (diff) | |
Add pixel format 0 (AV_PIX_FMT_YUV420P) to make_part_black().
Remainder of fix for #1984.
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 bbaf9bd74..0993be6cf 100644 --- a/test/image_test.cc +++ b/test/image_test.cc @@ -514,6 +514,7 @@ BOOST_AUTO_TEST_CASE (make_part_black_test) AV_PIX_FMT_RGBA, AV_PIX_FMT_ABGR, AV_PIX_FMT_BGRA, + AV_PIX_FMT_YUV420P, AV_PIX_FMT_YUV422P10LE, }; |
