]> git.sesse.net Git - ffmpeg/commit
lavf: Use av_gettime_relative
authorMartin Storsjö <martin@martin.st>
Wed, 22 Oct 2014 09:40:46 +0000 (12:40 +0300)
committerMartin Storsjö <martin@martin.st>
Fri, 24 Oct 2014 06:53:45 +0000 (09:53 +0300)
commit6df9d9b55d3f56ee7782639a7678eeeaf77f14ea
tree03a66a094e1c9803a25bbd244adcd7c01269655d
parentd0c093021943e9b9c23528b12cd61ca2a5b01b4f
lavf: Use av_gettime_relative

The ones left using av_gettime are NTP timestamps (for RTCP,
which is specified to send the actual current realtime clock
in RTCP SR packets), and the NUT muxer timestamper, which is
documented as using wallclock time.

Signed-off-by: Martin Storsjö <martin@martin.st>
libavformat/hls.c
libavformat/hlsproto.c
libavformat/rtpdec.c
libavformat/rtsp.c
libavformat/rtspdec.c
libavformat/sapenc.c