On Mon, Jan 16, 2017 at 10:43:28PM +0100, Anton Khirnov wrote: > Quoting Diego Biurrun (2017-01-11 18:09:59) > > --- a/libavcodec/alsdec.c > > +++ b/libavcodec/alsdec.c > > @@ -297,40 +297,40 @@ static av_cold int read_specific_config(ALSDecContext > > *ctx) > > avctx->channels = m4ac.channels; > > - skip_bits(&gb, 16); // number of channels already known > > + bitstream_skip(&bc, 16); // number of channels already knwon > > knwon? > > Otherwise looks ok.
Eagle eyes strikes back :) Pushing with that fixed. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
