summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2017-07-27 23:16:40 -0700
committerjsorg71 <jay.sorg@gmail.com>2017-08-04 17:24:57 -0700
commit021a78f4c65a745b87f89e5ba1dbe20353f8d7fc (patch)
treecde846b5054d52c3585b97088a25ccd13ba0533e /common
parentbf0d56c3141e3b177020ecd78d449f46555154ec (diff)
downloadxrdp-proprietary-021a78f4c65a745b87f89e5ba1dbe20353f8d7fc.tar.gz
xrdp-proprietary-021a78f4c65a745b87f89e5ba1dbe20353f8d7fc.zip
chansrv: sound, use WAVE_FORMAT_AAC not WAVE_FORMAT_AAC_MS
Diffstat (limited to 'common')
-rw-r--r--common/xrdp_constants.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/xrdp_constants.h b/common/xrdp_constants.h
index 3512cb1e..f1b13234 100644
--- a/common/xrdp_constants.h
+++ b/common/xrdp_constants.h
@@ -401,7 +401,7 @@
#define WAVE_FORMAT_MULAW 0x0007
#define WAVE_FORMAT_MPEGLAYER3 0x0055
#define WAVE_FORMAT_OPUS 0x0069
-#define WAVE_FORMAT_AAC_MS 0xA106
+#define WAVE_FORMAT_AAC 0xA106
/* Virtual channel options */
#define XR_CHANNEL_OPTION_SHOW_PROTOCOL 0x00200000