Re: [FFmpeg-devel] [PATCH v1 2/2] avformat/rtpproto, sdp: write rtcp port to sdp file

2020-02-20 Thread Jun Li
On Sun, Feb 9, 2020 at 3:01 PM Jun Li wrote: > > > On Mon, Feb 3, 2020 at 4:34 PM Jun Li wrote: > >> Fix #8474 >> Write rtcp port attribute to sdp file when necessary. >> >> Signed-off-by: Jun Li >> --- >> libavformat/rtpproto.c | 11 +++ >> libavformat/rtpproto.h | 2 ++ >> libavform

Re: [FFmpeg-devel] [PATCH v1 2/2] avformat/rtpproto, sdp: write rtcp port to sdp file

2020-02-09 Thread Jun Li
On Mon, Feb 3, 2020 at 4:34 PM Jun Li wrote: > Fix #8474 > Write rtcp port attribute to sdp file when necessary. > > Signed-off-by: Jun Li > --- > libavformat/rtpproto.c | 11 +++ > libavformat/rtpproto.h | 2 ++ > libavformat/sdp.c | 12 ++-- > 3 files changed, 23 inserti

[FFmpeg-devel] [PATCH v1 2/2] avformat/rtpproto, sdp: write rtcp port to sdp file

2020-02-03 Thread Jun Li
Fix #8474 Write rtcp port attribute to sdp file when necessary. Signed-off-by: Jun Li --- libavformat/rtpproto.c | 11 +++ libavformat/rtpproto.h | 2 ++ libavformat/sdp.c | 12 ++-- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/libavformat/rtpproto.c b/li