[FFmpeg-devel] [PATCH 4/4] avcodec/vp8: remove redundant check

Michael Niedermayer michael at niedermayer.cc
Tue Mar 7 19:44:54 EET 2017


On Tue, Mar 07, 2017 at 09:20:09AM +0100, Paul B Mahol wrote:
> On 3/7/17, Michael Niedermayer <michael at niedermayer.cc> wrote:
> > Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> > ---
> >  libavcodec/vp8.c | 2 --
> >  1 file changed, 2 deletions(-)
> >
> > diff --git a/libavcodec/vp8.c b/libavcodec/vp8.c
> > index 8039e7817e..a3d057d62e 100644
> > --- a/libavcodec/vp8.c
> > +++ b/libavcodec/vp8.c
> > @@ -2504,8 +2504,6 @@ int vp78_decode_mb_row_sliced(AVCodecContext *avctx,
> > void *tdata, int jobnr,
> >
> >      td->thread_nr = threadnr;
> >      for (mb_y = jobnr; mb_y < s->mb_height; mb_y += num_jobs) {
> > -        if (mb_y >= s->mb_height)
> > -            break;
> >          td->thread_mb_pos = mb_y << 16;
> >          ret = s->decode_mb_row_no_filter(avctx, tdata, jobnr, threadnr);
> >          if (ret < 0)
> > --
> > 2.11.0
> >
> > _______________________________________________
> > ffmpeg-devel mailing list
> > ffmpeg-devel at ffmpeg.org
> > http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
> >
> 
> ok

applied
will be in my next push

thx

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

If you fake or manipulate statistics in a paper in physics you will never
get a job again.
If you fake or manipulate statistics in a paper in medicin you will get
a job for life at the pharma industry.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20170307/90eb64be/attachment.sig>


More information about the ffmpeg-devel mailing list