]> git.sesse.net Git - ffmpeg/commit
avformat/hlsenc: increase initial program date time precision
authorMarton Balint <cus@passwd.hu>
Sat, 18 Jul 2020 21:57:42 +0000 (23:57 +0200)
committerMarton Balint <cus@passwd.hu>
Wed, 29 Jul 2020 21:10:12 +0000 (23:10 +0200)
commitb2318c1e537f15c4c23f302a5193d6218dffdde8
treefa7554c23044613c38099bd9d5c11406892a0fc1
parent53a4620fbae20b640d7fd75a64a6d3ff6dcc8b43
avformat/hlsenc: increase initial program date time precision

Also query time only once, not for every variant stream, otherwise variant
streams might get a slightly different initial program date time. And we can
set this unconditionally because HLS_PROGRAM_DATE_TIME flag is checked
elsewhere.

Signed-off-by: Marton Balint <cus@passwd.hu>
libavformat/hlsenc.c