From f04d86c16a5dd884114653441101c42d98fb28f7 Mon Sep 17 00:00:00 2001 From: Rostislav Pehlivanov Date: Sat, 29 Aug 2015 06:57:08 +0100 Subject: [PATCH] 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 --- libavcodec/aacenc.c | 1 - 1 file changed, 1 deletion(-) 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"