Ping.

On Thu, Sep 24, 2020 at 12:15 AM Zhao Zhili <quinkbl...@foxmail.com&gt; wrote:
&gt;
&gt; h-&gt;max_packet_size is being reset in the following code.
&gt; ---
&gt;&nbsp; libavformat/udp.c | 3 ---
&gt;&nbsp; 1 file changed, 3 deletions(-)
&gt;
&gt; diff --git a/libavformat/udp.c b/libavformat/udp.c
&gt; index 30d8041433..96d8b8ee11 100644
&gt; --- a/libavformat/udp.c
&gt; +++ b/libavformat/udp.c
&gt; @@ -650,9 +650,6 @@ static int udp_open(URLContext *h, const char *uri, 
int flags)
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 goto fail;
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }
&gt;
&gt; -&nbsp;&nbsp;&nbsp; if (s-&gt;pkt_size &gt; 0)
&gt; -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; h-&gt;max_packet_size = 
s-&gt;pkt_size;
&gt; -
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; p = strchr(uri, '?');
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (p) {
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if 
(av_find_info_tag(buf, sizeof(buf), "reuse", p)) {
&gt; --
LGTM
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to