From 65730f227cd79d84ceed3e0e756ab40f44d7cca3 Mon Sep 17 00:00:00 2001 From: deva Date: Tue, 4 Jul 2006 16:31:08 +0000 Subject: Worked on the snapshot YUV 4:2:2 => RGBA conversion. It looks better now, but there are still something wrong with the colors! --- client/decoder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/decoder.h') diff --git a/client/decoder.h b/client/decoder.h index f156884..99cdd58 100644 --- a/client/decoder.h +++ b/client/decoder.h @@ -49,7 +49,7 @@ public: void run(); - void snapshot(char *rgb); + void snapshot(unsigned char *rgb); void setPFrameData(char *pframe); void pframeAcquire(); -- cgit v1.2.3