LGTM Diego Elio Pettenò — Flameeyes [email protected] — http://blog.flameeyes.eu/
On Sat, Aug 31, 2013 at 4:41 PM, Martin Storsjö <[email protected]> wrote: > --- > libavcodec/pcm-dvd.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavcodec/pcm-dvd.c b/libavcodec/pcm-dvd.c > index 8e88ad4..9fd6d13 100644 > --- a/libavcodec/pcm-dvd.c > +++ b/libavcodec/pcm-dvd.c > @@ -160,7 +160,7 @@ static void *pcm_dvd_decode_samples(AVCodecContext > *avctx, const uint8_t *src, > case 16: > #if HAVE_BIGENDIAN > bytestream2_get_buffer(&gb, dst16, blocks * s->block_size); > - dst16 += blocks * block_size / 2; > + dst16 += blocks * s->block_size / 2; > #else > samples = blocks * avctx->channels; > do { > -- > 1.7.9.4 > > _______________________________________________ > libav-devel mailing list > [email protected] > https://lists.libav.org/mailman/listinfo/libav-devel > _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
