From 54c233d62900640a60a25db95123a5fc37b95d66 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Thu, 30 Jul 2015 12:40:11 +0200 Subject: [PATCH] Add a small note on unit testing of ycbcr.cpp. --- ycbcr.cpp | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.2