Re: [libav-devel] [PATCH] dnxhddec: Use proper ISO C printf conversion specifiers

2017-04-04 Thread Luca Barbato
On 04/04/2017 17:47, Vittorio Giovara wrote: > libavcodec/dnxhddec.c:134:55: warning: format > specifies type 'char' but the argument has type 'int' [-Wformat] > --- > libavcodec/dnxhddec.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavcodec/dnxhddec.c

[libav-devel] [PATCH] dnxhddec: Use proper ISO C printf conversion specifiers

2017-04-04 Thread Vittorio Giovara
libavcodec/dnxhddec.c:134:55: warning: format specifies type 'char' but the argument has type 'int' [-Wformat] --- libavcodec/dnxhddec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/dnxhddec.c b/libavcodec/dnxhddec.c index fd58795de3..a6a65f0e75 100644 ---