[SCM] libav/experimental: aacenc: fix typo in sync extension constant in 8ae0fa2
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 17:22:31 UTC 2013
The following commit has been merged in the experimental branch:
commit 2fd9035ddc4f6b9313023891a16b6e9820d958ed
Author: Janne Grunau <janne-ffmpeg at jannau.net>
Date: Sun Jan 23 15:45:19 2011 +0100
aacenc: fix typo in sync extension constant in 8ae0fa2
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);
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list