[FFmpeg-devel] [PATCH] dashenc: more accurate time values in playlist.mpd
Moritz Barsnick
barsnick at gmx.net
Thu Mar 5 12:40:18 EET 2020
On Thu, Mar 05, 2020 at 11:01:19 +0100, Alfred E. Heggestad wrote:
> - avio_printf(out,
> "\tsuggestedPresentationDelay=\"PT%"PRId64"S\"\n", c->last_duration /
> AV_TIME_BASE);
> + avio_printf(out,
> "\tsuggestedPresentationDelay=\"PT%.3fS\"\n", (double)c->last_duration /
> AV_TIME_BASE);
Your patch is corrupted by newlines, which makes it impossible to apply
it easily (or even automatically). Please resend it as an attachment,
or using "git send-email".
Thanks,
Moritz
More information about the ffmpeg-devel
mailing list