diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-11-06 20:20:48 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-11-06 20:20:48 +0000 |
| commit | 8cbf628ec5cc8422d9bf01d7482b1b7fb7d02b69 (patch) | |
| tree | 98f51cab45c494309369f5e33f9c7ea23145ac7f /test | |
| parent | b498722efc903900e264ac820bea08b6a99db3c8 (diff) | |
Support pixel format 30.
Diffstat (limited to 'test')
| -rw-r--r-- | test/make_black_test.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/make_black_test.cc b/test/make_black_test.cc index 2960a596f..30e6ae78b 100644 --- a/test/make_black_test.cc +++ b/test/make_black_test.cc @@ -37,6 +37,10 @@ BOOST_AUTO_TEST_CASE (make_black_test) list<AVPixelFormat> pix_fmts; pix_fmts.push_back (AV_PIX_FMT_RGB24); + pix_fmts.push_back (AV_PIX_FMT_ARGB); + pix_fmts.push_back (AV_PIX_FMT_RGBA); + pix_fmts.push_back (AV_PIX_FMT_ABGR); + pix_fmts.push_back (AV_PIX_FMT_BGRA); pix_fmts.push_back (AV_PIX_FMT_YUV420P); pix_fmts.push_back (AV_PIX_FMT_YUV422P10LE); pix_fmts.push_back (AV_PIX_FMT_YUV422P16LE); |
