]> git.sesse.net Git - ffmpeg/commit
avfilter: Fix printf format string conversion specifier
authorDiego Biurrun <diego@biurrun.de>
Tue, 24 Jul 2012 21:58:59 +0000 (23:58 +0200)
committerDiego Biurrun <diego@biurrun.de>
Wed, 25 Jul 2012 07:24:25 +0000 (09:24 +0200)
commit49c45a26244cee7594b3530c1d8975ce13d6b8f0
tree2574c9612b03a54509744a3ce60dff4c041ce4bd
parent6a433fdba82ff241be2e9193f66a43689766e4d7
avfilter: Fix printf format string conversion specifier

libavfilter/avfilter.c:224:9: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 5 has type ‘int’ [-Wformat]
libavfilter/avfilter.c