summaryrefslogtreecommitdiff
path: root/libavcodec/aacenc.c
diff options
context:
space:
mode:
authorRostislav Pehlivanov <atomnuker@gmail.com>2015-08-29 06:57:08 +0100
committerRostislav Pehlivanov <atomnuker@gmail.com>2015-08-29 06:57:08 +0100
commitf04d86c16a5dd884114653441101c42d98fb28f7 (patch)
treecaa9ce196f554a835be5f88e63ba058375676448 /libavcodec/aacenc.c
parentf20b67173ca6a05b8c3dee02dad3b7243b96292b (diff)
aacenc: remove TNS from the todo list
Pulses are already on the way so expect to see the list gone in the close future. TNS is already of sufficiently high quality to be enabled by default (but isn't yet, so you too can help by testing!). Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
Diffstat (limited to 'libavcodec/aacenc.c')
-rw-r--r--libavcodec/aacenc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/aacenc.c b/libavcodec/aacenc.c
index 9f59b9213a..09dd0dda7f 100644
--- a/libavcodec/aacenc.c
+++ b/libavcodec/aacenc.c
@@ -27,7 +27,6 @@
/***********************************
* TODOs:
* add sane pulse detection
- * add temporal noise shaping
***********************************/
#include "libavutil/float_dsp.h"