aacenc: fix typo in sync extension constant in 8ae0fa2

(cherry picked from commit 2fd9035ddc)
This commit is contained in:
Janne Grunau 2011-01-23 15:45:19 +01:00 committed by Michael Niedermayer
parent 9de202a633
commit 604eb152fc
1 changed files with 1 additions and 1 deletions

View File

@ -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);