libfreerdp-codec: use pooled buffers for channel encoding

This commit is contained in:
Marc-André Moreau
2013-08-13 13:45:28 -04:00
parent 482e836ad8
commit 4e6f1f5a4b
4 changed files with 45 additions and 40 deletions

View File

@@ -54,6 +54,7 @@ struct _RFX_TILE
int width;
int height;
BYTE* data;
int scanline;
BYTE quantIdxY;
BYTE quantIdxCb;