more debug or more bug ?
This commit is contained in:
@@ -86,7 +86,10 @@ if (convert_to_gray) {
|
||||
// fprintf(stderr, "%p gray-washed\n", &fifo.total);
|
||||
}
|
||||
|
||||
foo = crapulator(&g_fifo.total, postproc, 0.0);
|
||||
if (postproc)
|
||||
foo = crapulator(&g_fifo.total, postproc, 0.0);
|
||||
else
|
||||
foo = filterstack_run(1, &g_fifo.total, 0);
|
||||
if (foo) {
|
||||
fprintf(stderr, "%s: ERR post process picture -> %d\n",
|
||||
__func__, foo);
|
||||
|
||||
Reference in New Issue
Block a user