[PD] problems with pdp_v4l2

Mathieu Bouchard matju at artengine.ca
Sat Jul 31 19:41:45 CEST 2010


On Thu, 22 Jul 2010, Hans-Christoph Steiner wrote:

> Seems like pdp_v4l2 should so that little conversion in its error message. 
> YVYU is a lot easier to understand than 1431918169

===================================================================
--- pdp_v4l2.c	(révision 13653)
+++ pdp_v4l2.c	(copie de travail)
@@ -830,7 +830,7 @@
          break;

      default:
-	post("pdp_v4l2: unsupported color model: %d", x->x_v4l2_format.fmt.pix.pixelformat);
+	post("pdp_v4l2: unsupported color model: %.4s", (char *)x->x_v4l2_format.fmt.pix.pixelformat);
  	break;
      }

  _ _ __ ___ _____ ________ _____________ _____________________ ...
| Mathieu Bouchard, Montréal, Québec. téléphone: +1.514.383.3801


More information about the Pd-list mailing list