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

Kostya kostya.shishkov
Wed Feb 9 13:19:52 CET 2011


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



More information about the ffmpeg-devel mailing list