From 897867cc9d3bc869317666993a9cc6ef38c163e2 Mon Sep 17 00:00:00 2001 From: deva Date: Thu, 15 Jun 2006 17:35:33 +0000 Subject: Prepared for the client to use uncompressed frames (YUV422 instead of DV). Still a lot of work to do though! --- client/dv1394.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/dv1394.h') diff --git a/client/dv1394.h b/client/dv1394.h index 8485638..5f99199 100644 --- a/client/dv1394.h +++ b/client/dv1394.h @@ -39,7 +39,7 @@ public: bool connect(); - unsigned char *readFrame(); + Frame *readFrame(); private: raw1394handle_t handle; -- cgit v1.2.3