Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
avformat/rtpdec: Fix prft wallclock time.
Timestamp difference is available in media timebase (1/90K) where as rtcp time is in the default microseconds timebase. This patch fixes the calculated prft wallclock time by rescaling the timestamp delta to the microseconds timebase. Signed-off-by: James Almer <[email protected]>
- Loading branch information