Fix recover test digest since colour conversion digests changed again.
[dcpomatic.git] / test / pixel_formats_test.cc
index 8f6f1e81c4d028bbbc9286ad3039384861a54789..68d225e6efa36dc6b69a5b30f8319b7e6da74eaa 100644 (file)
@@ -35,6 +35,9 @@ extern "C" {
 using std::list;
 using std::cout;
 
+/** @struct Case
+ *  @brief  A test case for pixel_formats_test.
+ */
 struct Case
 {
        Case (AVPixelFormat f, int c, int l0, int l1, int l2, float b0, float b1, float b2)