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
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
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