From 3b2e8d1d216f74eae73409ecc3b48396a932d256 Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Fri, 3 Apr 2009 18:08:07 +0300 Subject: rtpenc: Allow including a SDES/CNAME block in RTCP SR packets MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Storsjö --- libavformat/rtpenc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/rtpenc.h') diff --git a/libavformat/rtpenc.h b/libavformat/rtpenc.h index 5fd0b9ca64..f79734826c 100644 --- a/libavformat/rtpenc.h +++ b/libavformat/rtpenc.h @@ -30,6 +30,7 @@ struct RTPMuxContext { AVStream *st; int payload_type; uint32_t ssrc; + const char *cname; uint16_t seq; uint32_t timestamp; uint32_t base_timestamp; -- cgit v1.2.3