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
_______________________________________________
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list

Reply via email to