[FFmpeg-devel] [PATCH 2/2] reindent after last commit

Janne Grunau janne-ffmpeg
Fri Feb 11 13:44:40 CET 2011


On Wed, Feb 09, 2011 at 01:19:52PM +0100, Kostya wrote:
> On Wed, Feb 09, 2011 at 11:05:19PM +1100, Peter Ross wrote:
> > ---
> >  libavcodec/bink.c |   12 ++++++------
> >  1 files changed, 6 insertions(+), 6 deletions(-)
> > 
> > diff --git a/libavcodec/bink.c b/libavcodec/bink.c
> > index 32330fe..6f11746 100644
> > --- a/libavcodec/bink.c
> > +++ b/libavcodec/bink.c
> > @@ -1161,13 +1161,13 @@ static int decode_frame(AVCodecContext *avctx, void *data, int *data_size, AVPac
> >      int bits_count = pkt->size << 3;
> >  
> >      if (c->version > 'b') {
> > -    if(c->pic.data[0])
> > -        avctx->release_buffer(avctx, &c->pic);
> > +        if(c->pic.data[0])
> > +            avctx->release_buffer(avctx, &c->pic);
> >  
> > -    if(avctx->get_buffer(avctx, &c->pic) < 0){
> > -        av_log(avctx, AV_LOG_ERROR, "get_buffer() failed\n");
> > -        return -1;
> > -    }
> > +        if(avctx->get_buffer(avctx, &c->pic) < 0){
> > +            av_log(avctx, AV_LOG_ERROR, "get_buffer() failed\n");
> > +            return -1;
> > +        }
> >      } else {
> >          if(avctx->reget_buffer(avctx, &c->pic) < 0){
> >              av_log(avctx, AV_LOG_ERROR, "reget_buffer() failed\n");
> > -- 
> > 1.7.1
> 
> ok

queued



More information about the ffmpeg-devel mailing list