Hi, On Mon, Nov 28, 2011 at 12:35 PM, Aneesh Dogra <[email protected]> wrote: > --- > libavcodec/indeo3.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/libavcodec/indeo3.c b/libavcodec/indeo3.c > index e266aee..1d8f694 100644 > --- a/libavcodec/indeo3.c > +++ b/libavcodec/indeo3.c > @@ -756,7 +756,7 @@ static int parse_bintree(Indeo3DecodeContext *ctx, > AVCodecContext *avctx, > av_log(avctx, AV_LOG_ERROR, "SkipCell procedure not > implemented yet!\n"); > > CHECK_CELL > - if(!curr_cell.mv_ptr) > + if (!curr_cell.mv_ptr) > return AVERROR_INVALIDDATA; > copy_cell(ctx, plane, &curr_cell); > return 0;
Seems Kostya already applied this same patch. Please update your tree everytime you send patches (using "git pull --rebase"). Ronald _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
