summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-03-21 11:27:23 +0000
committerCarl Hetherington <cth@carlh.net>2013-03-21 11:27:23 +0000
commitfec9770dd454fdb6902180322fd3d221f2c86ed2 (patch)
treeefc714807d12600dc54909cf0af9a81214823201 /test
parent26dc7c1147f615adcaf0fd43a8b5bd8eb04ace62 (diff)
Try to support UYVY422 (#82).
Diffstat (limited to 'test')
-rw-r--r--test/test.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test.cc b/test/test.cc
index f31b3b1ca..61e192058 100644
--- a/test/test.cc
+++ b/test/test.cc
@@ -102,6 +102,7 @@ BOOST_AUTO_TEST_CASE (make_black_test)
pix_fmts.push_back (AV_PIX_FMT_YUV444P9BE);
pix_fmts.push_back (AV_PIX_FMT_YUV444P10LE);
pix_fmts.push_back (AV_PIX_FMT_YUV444P10BE);
+ pix_fmts.push_back (AV_PIX_FMT_UYVY422);
int N = 0;
for (list<AVPixelFormat>::const_iterator i = pix_fmts.begin(); i != pix_fmts.end(); ++i) {