mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
aacenc: fix typo in sync extension constant in 8ae0fa2
This commit is contained in:
parent
f162e988aa
commit
2fd9035ddc
@ -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