mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 19:30:05 +00:00
sonicenc: fix mono decorrelation
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
6ec037c5a9
commit
85d7f54662
@ -513,6 +513,8 @@ static av_cold int sonic_encode_init(AVCodecContext *avctx)
|
||||
|
||||
if (avctx->channels == 2)
|
||||
s->decorrelation = MID_SIDE;
|
||||
else
|
||||
s->decorrelation = 3;
|
||||
|
||||
if (avctx->codec->id == AV_CODEC_ID_SONIC_LS)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user