mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
ac3enc: remove outdated TODO comment for apply_channel_coupling()
This commit is contained in:
parent
ae60927aef
commit
3be5a94351
@ -132,11 +132,6 @@ static inline float calc_cpl_coord(float energy_ch, float energy_cpl)
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Calculate coupling channel and coupling coordinates.
|
* 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)
|
static void apply_channel_coupling(AC3EncodeContext *s)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user