On Mon, Jun 13, 2016 at 08:00:12PM +0200, Anton Khirnov wrote: > Quoting Diego Biurrun (2016-06-09 17:11:49) > > From: Alexandra Hájková <[email protected]> > > > > --- > > libavcodec/eatgq.c | 34 +++++++++++++++++----------------- > > libavcodec/eatgv.c | 23 ++++++++++++----------- > > 2 files changed, 29 insertions(+), 28 deletions(-) > > > > --- a/libavcodec/eatgv.c > > +++ b/libavcodec/eatgv.c > > @@ -166,7 +166,8 @@ static int tgv_decode_inter(TgvContext *s, AVFrame > > *frame, > > vector_bits = AV_RL16(&buf[6]); > > buf += 12; > > > > - if (vector_bits > MIN_CACHE_BITS || !vector_bits) { > > +// if (vector_bits > av_log2(num_mvs) || !vector_bits) { > > ???
Cruft from an intermediate experiment. Removed locally, thanks for spotting. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
