mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-28 10:22:10 +00:00
aacenc: fix typo in sync extension constant in 8ae0fa2
(cherry picked from commit 2fd9035ddc
)
This commit is contained in:
parent
9de202a633
commit
604eb152fc
@ -151,7 +151,7 @@ static void put_audio_specific_config(AVCodecContext *avctx)
|
||||
put_bits(&pb, 1, 0); //is not extension
|
||||
|
||||
//Explicitly Mark SBR absent
|
||||
put_bits(&pb, 11, 0x27b); //sync extension
|
||||
put_bits(&pb, 11, 0x2b7); //sync extension
|
||||
put_bits(&pb, 5, AOT_SBR);
|
||||
put_bits(&pb, 1, 0);
|
||||
flush_put_bits(&pb);
|
||||
|
Loading…
Reference in New Issue
Block a user