[FFmpeg-devel] [PATCH 2/2] avformat/dashenc: changed all filename lengths to MAX_URL_SIZE declared in internal.h.

2021-08-19 Thread Kim Hwan
Signed-off-by: Kim Hwan --- libavformat/dashenc.c | 30 +++--- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/libavformat/dashenc.c b/libavformat/dashenc.c index 679e30611c..2f1275b1ec 100644 --- a/libavformat/dashenc.c +++ b/libavformat/dashenc.c

[FFmpeg-devel] [PATCH 1/2] avformat/rtsp: If the rtcp port is specified in the sdp file, set rtcpport when creating the RTP stream

2021-08-19 Thread Kim Hwan
Signed-off-by: Kim Hwan --- libavformat/rtsp.c | 8 +++- libavformat/rtsp.h | 1 + 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c index 9869e1b72e..9fa6861c2a 100644 --- a/libavformat/rtsp.c +++ b/libavformat/rtsp.c @@ -586,6 +586,10

[FFmpeg-devel] [PATCH 2/2] avformat/dashenc: changed all filename lengths to MAX_URL_SIZE declared in internal.h.

2021-08-19 Thread Kim Hwan
--- libavformat/dashenc.c | 30 +++--- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/libavformat/dashenc.c b/libavformat/dashenc.c index 679e30611c..2f1275b1ec 100644 --- a/libavformat/dashenc.c +++ b/libavformat/dashenc.c @@ -71,7 +71,7 @@ enum { #define

[FFmpeg-devel] [PATCH] avformat/rtsp: If the rtcp port is specified in the sdp file, set localrtcpport when creating the RTP stream

2021-08-18 Thread Kim Hwan
--- libavformat/rtsp.c | 8 +++- libavformat/rtsp.h | 1 + 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c index 9869e1b72e..9fa6861c2a 100644 --- a/libavformat/rtsp.c +++ b/libavformat/rtsp.c @@ -586,6 +586,10 @@ static void sdp_parse_line