aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/ac3enc_template.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-08-23 18:26:37 +0200
committerMichael Niedermayer <michaelni@gmx.at>2011-08-23 18:26:37 +0200
commit4ca6a151e0c48f2729027ac263269cb50e88ed71 (patch)
tree1307128caf78999abcf1600fd0fa8224770baa3b /libavcodec/ac3enc_template.c
parent276f43be68617c0d56001abf1e213911dd51fed7 (diff)
parentbc8c50512fc8550ae80535390379e00937623e00 (diff)
downloadffmpeg-4ca6a151e0c48f2729027ac263269cb50e88ed71.tar.gz
Merge remote-tracking branch 'qatar/master'
* qatar/master: avconv: print the codecs names in the stream mapping. avconv: move the avcodec_find_decoder() call to add_input_streams(). Windows Media Image decoder (WMVP/WVP2) ac3enc: remove outdated TODO comment for apply_channel_coupling() Conflicts: Changelog libavcodec/avcodec.h libavcodec/vc1dec.c libavcodec/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
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 943a55a133..dd759a732b 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)
{