diff options
author | Rostislav Pehlivanov <atomnuker@gmail.com> | 2015-08-29 06:57:08 +0100 |
---|---|---|
committer | Rostislav Pehlivanov <atomnuker@gmail.com> | 2015-08-29 06:57:08 +0100 |
commit | f04d86c16a5dd884114653441101c42d98fb28f7 (patch) | |
tree | caa9ce196f554a835be5f88e63ba058375676448 | |
parent | f20b67173ca6a05b8c3dee02dad3b7243b96292b (diff) | |
download | ffmpeg-streaming-f04d86c16a5dd884114653441101c42d98fb28f7.zip ffmpeg-streaming-f04d86c16a5dd884114653441101c42d98fb28f7.tar.gz |
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>
-rw-r--r-- | libavcodec/aacenc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/aacenc.c b/libavcodec/aacenc.c index 9f59b92..09dd0dd 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" |