[FFmpeg-devel] [PATCH] avfilter/af_rubberband: add process_command()

Nicolas George george at nsup.org
Thu Oct 1 09:44:07 CEST 2015


Le decadi 10 vendémiaire, an CCXXIV, Paul B Mahol a écrit :
> > "l" is unneeded, %f is for double already
> Clang complain if I do not give it "l".

Michael was mistaken. For variadic function calls, floats are upgraded to
doubles, and therefore %lf is equivalent to %f for printf. But for scanf, a
pointer to float can not be upgraded, and %f really stands for float.

Regards,

-- 
  Nicolas George
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20151001/7bb87a69/attachment.sig>


More information about the ffmpeg-devel mailing list