[FFmpeg-devel] [PATCH] aacenc: fix typo in sync extension constant in 8ae0fa2

Alex Converse alex.converse
Sun Jan 23 21:43:48 CET 2011


On Sun, Jan 23, 2011 at 6:47 AM, Janne Grunau <janne-ffmpeg at jannau.net> wrote:
> ---
> ?libavcodec/aacenc.c | ? ?2 +-
> ?1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/libavcodec/aacenc.c b/libavcodec/aacenc.c
> index 6a113ef..120f873 100644
> --- a/libavcodec/aacenc.c
> +++ b/libavcodec/aacenc.c
> @@ -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);
> --
> 1.7.4.rc2
>

10l: OK



More information about the ffmpeg-devel mailing list