summaryrefslogtreecommitdiffstats
path: root/libavcodec/ac3enc_template.c
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2011-08-22 12:14:57 -0400
committerJustin Ruggles <justin.ruggles@gmail.com>2011-08-22 12:14:57 -0400
commit3be5a943514f4528056d91afb8347b3dc51f21d6 (patch)
tree841cbd758f38dd63dad773ac2947280706989c27 /libavcodec/ac3enc_template.c
parentae60927aefe7a9debc285451b2badf1b8eb5ab22 (diff)
downloadffmpeg-streaming-3be5a943514f4528056d91afb8347b3dc51f21d6.zip
ffmpeg-streaming-3be5a943514f4528056d91afb8347b3dc51f21d6.tar.gz
ac3enc: remove outdated TODO comment for apply_channel_coupling()
Diffstat (limited to 'libavcodec/ac3enc_template.c')
-rw-r--r--libavcodec/ac3enc_template.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/libavcodec/ac3enc_template.c b/libavcodec/ac3enc_template.c
index 943a55a..dd759a7 100644
--- a/libavcodec/ac3enc_template.c
+++ b/libavcodec/ac3enc_template.c
@@ -132,11 +132,6 @@ static inline float calc_cpl_coord(float energy_ch, float energy_cpl)
/**
* Calculate coupling channel and coupling coordinates.
- * TODO: Currently this is only used for the floating-point encoder. I was
- * able to make it work for the fixed-point encoder, but quality was
- * generally lower in most cases than not using coupling. If a more
- * adaptive coupling strategy were to be implemented it might be useful
- * at that time to use coupling for the fixed-point encoder as well.
*/
static void apply_channel_coupling(AC3EncodeContext *s)
{
OpenPOWER on IntegriCloud