av_d2str

Convert a number to an av_malloced string. @deprecated use av_asprintf() with "%f" or a more specific format

extern (C) @nogc nothrow
char*
av_d2str
(
double d
)

Meta