[FFmpeg-devel] [PATCH] hlsenc: added floating point time support.
Reimar Döffinger
Reimar.Doeffinger at gmx.de
Wed Apr 2 07:26:25 CEST 2014
On 02.04.2014, at 05:29, Senthil <senthil.codr at gmail.com> wrote:
> Necessary for HLS version 3 and above. Fixes ticket #3505.
Haven't read the ticket, so I kind of don't really see how it could be required, it just increases precision?!
Either way, both float itself and %f have very limited precision.
I'd suggest going with double and explicitly specifying a higher precision in the format string.
Possibly even going with %e if the spec allows for it and there are no compatibility issues.
More information about the ffmpeg-devel
mailing list