Re: [FFmpeg-devel] [PATCH] lavf/mov: correct printf specifier

2015-02-27 Thread Michael Niedermayer
On Fri, Feb 27, 2015 at 04:21:16PM +0100, Christophe Gisquet wrote: > The attached patch fixes a warning. > > -- > Christophe > mov.c |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > 46927ce40beaea92976305da39959e9982b51d18 > 0001-lavf-mov-correct-printf-specifier.patch > From 7df

[FFmpeg-devel] [PATCH] lavf/mov: correct printf specifier

2015-02-27 Thread Christophe Gisquet
The attached patch fixes a warning. -- Christophe From 7df1da4b191c394fef0c91bd3e36b8988b841607 Mon Sep 17 00:00:00 2001 From: Christophe Gisquet Date: Fri, 27 Feb 2015 16:10:38 +0100 Subject: [PATCH] lavf/mov: correct printf specifier The type is int64_t. --- libavformat/mov.c | 2 +- 1 file