]> git.sesse.net Git - ffmpeg/commit
Drop unnecessary 'l' length modifier when printfing double values.
authorDiego Biurrun <diego@biurrun.de>
Sun, 30 Dec 2012 23:29:36 +0000 (00:29 +0100)
committerDiego Biurrun <diego@biurrun.de>
Mon, 31 Dec 2012 10:20:45 +0000 (11:20 +0100)
commitbcb8d9eb8ff6e8f1e4c02d0143407373cffdbdeb
tree9c2a1c26e404de4768119767201892aa350899d3
parent117f79de2d0cbae22d997c79ea442ee139e8dcf6
Drop unnecessary 'l' length modifier when printfing double values.

%f denotes a double argument and 'l' does nothing in this case
according to the C spec.
libavfilter/vf_frei0r.c
libavfilter/vf_hqdn3d.c
libavfilter/vsrc_movie.c
libavutil/opt.c