summaryrefslogtreecommitdiff
path: root/client/decoder.h
diff options
context:
space:
mode:
authordeva <deva>2006-07-04 16:31:08 +0000
committerdeva <deva>2006-07-04 16:31:08 +0000
commit65730f227cd79d84ceed3e0e756ab40f44d7cca3 (patch)
treedd640dac73ca0f43039bdb002357b366243f7407 /client/decoder.h
parent0f07334126048f16cf631e72e8708c2bf3c8a8e6 (diff)
Worked on the snapshot YUV 4:2:2 => RGBA conversion.
It looks better now, but there are still something wrong with the colors!
Diffstat (limited to 'client/decoder.h')
-rw-r--r--client/decoder.h2
1 files changed, 1 insertions, 1 deletions
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();