On Sat, Sep 29, 2012 at 02:04:53PM +0200, Anton Khirnov wrote:
> 
> --- a/libavcodec/ivi_common.c
> +++ b/libavcodec/ivi_common.c
> @@ -682,8 +691,10 @@ static int decode_band(IVI45DecContext *ctx, int 
> plane_num,
>          tile->is_empty = get_bits1(&ctx->gb);
>          if (tile->is_empty) {
> -            ivi_process_empty_tile(avctx, band, tile,
> +            result = ivi_process_empty_tile(avctx, band, tile,
>                                        (ctx->planes[0].bands[0].mb_size >> 3) 
> - (band->mb_size >> 3));
> +            if (result < 0)
> +                break;

indentation

Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to