c_depth
if (stream1->clamping.c_depth != stream2->clamping.c_depth)
if (stream1->clamping.c_depth != COLOR_DEPTH_888 ||
stream2->clamping.c_depth != COLOR_DEPTH_888)
enum dc_color_depth c_depth; /* Deep color use. */
stream->clamping.c_depth = stream->timing.display_color_depth;
stream->clamping.c_depth = stream->timing.display_color_depth;
PLAN *c_depth(char *, char ***, int);
{ "-depth", N_DEPTH, c_depth, O_ZERO },