From: Steinar H. Gunderson Date: Thu, 30 Jul 2015 10:40:11 +0000 (+0200) Subject: Add a small note on unit testing of ycbcr.cpp. X-Git-Tag: 1.2.0~41 X-Git-Url: https://git.sesse.net/?p=movit;a=commitdiff_plain;h=54c233d62900640a60a25db95123a5fc37b95d66 Add a small note on unit testing of ycbcr.cpp. --- diff --git a/ycbcr.cpp b/ycbcr.cpp index f0124ea..08c8cd2 100644 --- a/ycbcr.cpp +++ b/ycbcr.cpp @@ -1,3 +1,6 @@ +// Note: This file does not have its own unit test; it is tested mainly +// through YCbCrInput's unit tests. + #include #include