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/dvfile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/dvfile.h') diff --git a/client/dvfile.h b/client/dvfile.h index 9eedd00..b65dc36 100644 --- a/client/dvfile.h +++ b/client/dvfile.h @@ -40,7 +40,7 @@ public: dvfile(); ~dvfile(); - unsigned char *readFrame(); + Frame *readFrame(); private: FILE* fp; -- cgit v1.2.3