diff options
author | deva <deva> | 2006-07-04 16:31:08 +0000 |
---|---|---|
committer | deva <deva> | 2006-07-04 16:31:08 +0000 |
commit | 65730f227cd79d84ceed3e0e756ab40f44d7cca3 (patch) | |
tree | dd640dac73ca0f43039bdb002357b366243f7407 /client/decoder.h | |
parent | 0f07334126048f16cf631e72e8708c2bf3c8a8e6 (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.h | 2 |
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(); |