diff options
| author | Jay Sorg <jay.sorg@gmail.com> | 2015-03-28 18:34:25 -0700 |
|---|---|---|
| committer | Jay Sorg <jay.sorg@gmail.com> | 2015-03-28 18:34:25 -0700 |
| commit | 33167a7c746de49e735e76c5662d1e6c36bd10ed (patch) | |
| tree | 936ed6150bf276d850a1f350823fb85bee296768 /common/xrdp_constants.h | |
| parent | 7f8ec757de53dbe2f4a19b5bf0a3edccbf31a0ef (diff) | |
| download | xrdp-proprietary-33167a7c746de49e735e76c5662d1e6c36bd10ed.tar.gz xrdp-proprietary-33167a7c746de49e735e76c5662d1e6c36bd10ed.zip | |
add frame acks and h264 codec mode basics
Diffstat (limited to 'common/xrdp_constants.h')
| -rw-r--r-- | common/xrdp_constants.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/xrdp_constants.h b/common/xrdp_constants.h index 25d9495f..b8739b2b 100644 --- a/common/xrdp_constants.h +++ b/common/xrdp_constants.h @@ -557,6 +557,10 @@ #define XR_CODEC_GUID_PNG \ "\x8D\x85\x0C\x0E\xE0\x28\xDB\x45\xAD\xAA\x0F\x83\xE5\x7C\xC5\x60" +/* MFVideoFormat_H264 ({34363248-0000-0010-8000-00AA00389B71}) */ +#define XR_CODEC_GUID_H264 \ + "\x48\x32\x36\x34\x00\x00\x10\x00\x80\x00\x00\xAA\x00\x38\x9B\x71" + #define RDP_CAPSET_SURFCMDS 0x1c #define RDP_CAPLEN_SURFCMDS 0x0c #define RDP_CAPSET_BMPCODECS 0x1d |
