]> git.sesse.net Git - ffmpeg/commit
avformat/utils: function to get the formatted ntp time
authorVishwanath Dixit <vdixit@akamai.com>
Mon, 7 May 2018 09:57:36 +0000 (15:27 +0530)
committerKarthick Jeyapal <kjeyapal@akamai.com>
Tue, 29 May 2018 04:01:29 +0000 (09:31 +0530)
commitf09635f2a2e653ab5f790b1e9d7a15794745ca30
treec596cdb393f701e0148af622dfbe606a4139ceba
parent8a4dbd3e9fd13a0941bbb63d249ed92c2037fd4c
avformat/utils: function to get the formatted ntp time

This utility function creates 64-bit NTP time format as per the RFC
5905.
A simple explaination of 64-bit NTP time format is here
http://www.beaglesoft.com/Manual/page53.htm
libavformat/internal.h
libavformat/utils.c