aboutsummaryrefslogtreecommitdiffstats
path: root/src/blind-sinc-wave.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/blind-sinc-wave.c')
-rw-r--r--src/blind-sinc-wave.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/blind-sinc-wave.c b/src/blind-sinc-wave.c
index 0f999c5..0cda31e 100644
--- a/src/blind-sinc-wave.c
+++ b/src/blind-sinc-wave.c
@@ -35,6 +35,8 @@ main(int argc, char *argv[])
}
SELECT_PROCESS_FUNCTION(&stream);
+ CHECK_CHANS(&stream, == 3, == 1);
+ CHECK_N_CHAN(&stream, 4, 4);
if (have_theta0 && strcmp(stream.pixfmt, theta0.pixfmt))
eprintf("videos use incompatible pixel formats\n");