[FFmpeg-cvslog] Fix libspeex decoding.
Reimar Döffinger
Reimar.Doeffinger at gmx.de
Wed Mar 21 22:59:08 CET 2012
On Wed, Mar 21, 2012 at 10:27:27PM +0100, Carl Eugen Hoyos wrote:
> ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Wed Mar 21 21:43:19 2012 +0100| [d3640096aa03bc067daf6828d62358f2d26cd916] | committer: Carl Eugen Hoyos
>
> Fix libspeex decoding.
>
> This parly reverts 85469f.
> Fixes ticket #1091.
>
> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d3640096aa03bc067daf6828d62358f2d26cd916
> ---
>
> libavcodec/libspeexdec.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/libavcodec/libspeexdec.c b/libavcodec/libspeexdec.c
> index 7c36208..7c5544a 100644
> --- a/libavcodec/libspeexdec.c
> +++ b/libavcodec/libspeexdec.c
> @@ -54,6 +54,7 @@ static av_cold int libspeex_decode_init(AVCodecContext *avctx)
> if (s->header) {
> avctx->sample_rate = s->header->rate;
> avctx->channels = s->header->nb_channels;
> + s->frame_size = s->header->frame_size;
The indentation is way off?
More information about the ffmpeg-cvslog
mailing list