[FFmpeg-devel] [PATCH] qcelpdata: correct start bit for cbgain[0] in qcelp_rate_octave_bitmap[]
Michael Niedermayer
michaelni at gmx.at
Tue Dec 18 21:51:56 CET 2012
On Mon, Dec 17, 2012 at 09:01:45PM +0000, Paul B Mahol wrote:
> Signed-off-by: Paul B Mahol <onemda at gmail.com>
> ---
> libavcodec/qcelpdata.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libavcodec/qcelpdata.h b/libavcodec/qcelpdata.h
> index d58e9f8..7ddeed4 100644
> --- a/libavcodec/qcelpdata.h
> +++ b/libavcodec/qcelpdata.h
> @@ -257,7 +257,7 @@ static const QCELPBitmap qcelp_rate_octave_bitmap[] = {
> QCELP_OF(lspv [8], 0, 1), // 8
> QCELP_OF(cbsign[15], 0, 1), // 7
> QCELP_OF(lspv [9], 0, 1), // 6
> - QCELP_OF(cbgain [0], 0, 2), // 7
> + QCELP_OF(cbgain [0], 0, 2), // 5
LGTM
thanks
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
If you think the mosad wants you dead since a long time then you are either
wrong or dead since a long time.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20121218/b19c086c/attachment.asc>
More information about the ffmpeg-devel
mailing list