diff options
| author | Jay Sorg <jay.sorg@gmail.com> | 2012-07-24 11:56:09 -0700 |
|---|---|---|
| committer | Jay Sorg <jay.sorg@gmail.com> | 2012-07-24 11:56:09 -0700 |
| commit | 204d6bbde1ee0b0eaca8994e1a62e2429fac42ea (patch) | |
| tree | 9b23dd997e7db8eacd647a7a0754b82a6efc0014 /libxrdp/libxrdp.h | |
| parent | 6d539b8e2211eabb33ea8dd6a289a5588c85b00d (diff) | |
| download | xrdp-proprietary-204d6bbde1ee0b0eaca8994e1a62e2429fac42ea.tar.gz xrdp-proprietary-204d6bbde1ee0b0eaca8994e1a62e2429fac42ea.zip | |
codecs: move jpeg hack to bitmap cache v3
Diffstat (limited to 'libxrdp/libxrdp.h')
| -rw-r--r-- | libxrdp/libxrdp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libxrdp/libxrdp.h b/libxrdp/libxrdp.h index 82f7eed1..b066db95 100644 --- a/libxrdp/libxrdp.h +++ b/libxrdp/libxrdp.h @@ -411,7 +411,7 @@ int APP_CC xrdp_jpeg_compress(char* in_data, int width, int height, struct stream* s, int bpp, int byte_limit, int start_line, struct stream* temp_s, - int e); + int e, int quality); /* xrdp_channel.c */ struct xrdp_channel* APP_CC |
