On Sat, Apr 05, 2014 at 02:35:44PM -0400, Justin Ruggles wrote:
> --- a/libavcodec/tiff.c
> +++ b/libavcodec/tiff.c
> @@ -447,20 +447,31 @@ static int tiff_decode_tag(TiffContext *s)
>          default:
> -            av_log(s->avctx, AV_LOG_ERROR, "Color mode %d is not 
> supported\n",
> -                   value);
> +            av_log(s->avctx, AV_LOG_ERROR, "PhotometricInterpretation %d is "
> +                   "unknown\n", value);

value is unsigned, so change to %u while you're at it.

Diego
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to