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/decoder.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'client/decoder.h') diff --git a/client/decoder.h b/client/decoder.h index 2f8d575..f156884 100644 --- a/client/decoder.h +++ b/client/decoder.h @@ -51,7 +51,8 @@ public: void snapshot(char *rgb); - char *pframeAcquire(); + void setPFrameData(char *pframe); + void pframeAcquire(); void pframeRelease(); Status status(); @@ -64,7 +65,7 @@ private: QSemaphore closesem; QMutex pmutex; - char pframe[DVPACKAGE_SIZE]; // Player frame + char *pframe; // Player frame QMutex mutex; -- cgit v1.2.3