[FFmpeg-cvslog] Fix libspeex decoding.
Carl Eugen Hoyos
cehoyos at ag.or.at
Thu Mar 22 07:51:26 CET 2012
Reimar Döffinger <Reimar.Doeffinger <at> gmx.de> writes:
> > avctx->sample_rate = s->header->rate;
> > avctx->channels = s->header->nb_channels;
> > + s->frame_size = s->header->frame_size;
>
> The indentation is way off?
It's intentional, because before 85469f, the code was
avctx->frame_size = s->frame_size = ...
Do you think it's unreadable / insane and I should change it?
Carl Eugen
More information about the ffmpeg-cvslog
mailing list