---
libavformat/rtpenc.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavformat/rtpenc.c b/libavformat/rtpenc.c
index 647a807..6262d55 100644
--- a/libavformat/rtpenc.c
+++ b/libavformat/rtpenc.c
@@ -452,6 +452,7 @@ static void rtp_send_mpegts_raw(AVFormatContext *s1,
RTPMuxContext *s = s1->priv_data;
int len, out_len;
+ s->timestamp = s->cur_timestamp;
while (size >= TS_PACKET_SIZE) {
len = s->max_payload_size - (s->buf_ptr - s->buf);
if (len > size)
--
1.9.3 (Apple Git-50)
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel