diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/xrdp_constants.h | 2 |
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 |