]> git.sesse.net Git - ffmpeg/commit
avformat/rtpdec: attach producer reference time if available
authorAlok Priyadarshi <alokpr@gmail.com>
Tue, 23 Mar 2021 21:29:48 +0000 (14:29 -0700)
committerJames Almer <jamrial@gmail.com>
Tue, 23 Mar 2021 22:02:47 +0000 (19:02 -0300)
commitadff25412a2929de67e44da1abaf67f9a267bdf4
treeb9872591f50e9d0257a4fe8e99940c0ade55701d
parent3220a908ca3c9e2d4108464f2127fdbb7479e69a
avformat/rtpdec: attach producer reference time if available

This produces true wallclock time at rtp source instead of the
local wallclock time at rtp client.

Signed-off-by: James Almer <jamrial@gmail.com>
libavformat/internal.h
libavformat/rtpdec.c
libavformat/utils.c