X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=test%2Fpixel_formats_test.cc;h=8f6f1e81c4d028bbbc9286ad3039384861a54789;hp=1b720d9bf5d3b88fe2ecf1f2399c1c9209674bdc;hb=233bb3f790aef3c8f9a7a7fde9875833b7dc1dfb;hpb=034feb503b0a38eb82c21ae8d9f83522fc63a25c diff --git a/test/pixel_formats_test.cc b/test/pixel_formats_test.cc index 1b720d9bf..8f6f1e81c 100644 --- a/test/pixel_formats_test.cc +++ b/test/pixel_formats_test.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2013 Carl Hetherington + Copyright (C) 2013-2014 Carl Hetherington This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -17,6 +17,13 @@ */ +/** @file src/pixel_formats_test.cc + * @brief Make sure that Image::lines() and Image::bytes_per_pixel() return the right + * things for various pixel formats. + * + * @see test/image_test.cc + */ + #include #include extern "C" {