summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlfred E. Heggestad <alfred.heggestad@gmail.com>2017-07-22 13:27:29 +0200
committerAlfred E. Heggestad <alfred.heggestad@gmail.com>2017-07-22 13:27:29 +0200
commit33206f7738cb135cadc764a13ff89c974bdbbfaa (patch)
treed472a2dd785b101a261bf43e3636195e13a882cf /include
parent834f7b72305fab45776c9df081a691e2b541805f (diff)
video: add video_calc_rtp_timestamp()
Diffstat (limited to 'include')
-rw-r--r--include/baresip.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/baresip.h b/include/baresip.h
index 10aaf0c..d59d23f 100644
--- a/include/baresip.h
+++ b/include/baresip.h
@@ -990,6 +990,7 @@ int video_set_source(struct video *v, const char *name, const char *dev);
void video_set_devicename(struct video *v, const char *src, const char *disp);
void video_encoder_cycle(struct video *video);
int video_debug(struct re_printf *pf, const struct video *v);
+uint32_t video_calc_rtp_timestamp(int64_t pts, unsigned fps);
/*