diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2017-07-28 00:36:04 -0700 |
---|---|---|
committer | jsorg71 <jay.sorg@gmail.com> | 2017-08-04 17:24:57 -0700 |
commit | 4f91a52109477791acbb7393b78e734bb6866018 (patch) | |
tree | fa5c0b028a74c1e79fae9128b1b0bfe30681bdb0 /sesman/chansrv | |
parent | 021a78f4c65a745b87f89e5ba1dbe20353f8d7fc (diff) | |
download | xrdp-proprietary-4f91a52109477791acbb7393b78e734bb6866018.tar.gz xrdp-proprietary-4f91a52109477791acbb7393b78e734bb6866018.zip |
chansrv: sound, remove a do not know and a comment
Diffstat (limited to 'sesman/chansrv')
-rw-r--r-- | sesman/chansrv/sound.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sesman/chansrv/sound.c b/sesman/chansrv/sound.c index 9242ccd3..9f73411a 100644 --- a/sesman/chansrv/sound.c +++ b/sesman/chansrv/sound.c @@ -520,7 +520,6 @@ sound_wave_compress_fdk_aac(char *data, int data_bytes, int *format_index) } aot = 2; /* MPEG-4 AAC Low Complexity. */ - //aot = 129; /* MPEG-2 AAC Low Complexity. */ error = aacEncoder_SetParam(g_fdk_aac_encoder, AACENC_AOT, aot); if (error != AACENC_OK) { |