]> git.sesse.net Git - ffmpeg/commit
lavf/udp: fix the comments for default UDP socket recvbuf size
authorJun Zhao <barryjzhao@tencent.com>
Sat, 11 Jul 2020 11:09:36 +0000 (19:09 +0800)
committerJun Zhao <barryjzhao@tencent.com>
Sun, 12 Jul 2020 00:13:00 +0000 (08:13 +0800)
commit3205ed31a7756ae563301e2f5a5dd2c853b20349
tree96f27f6db77aca03a7da6c3f7f62594f08b1f720
parent04037e296619f64d35b79ff5a00c3e6e9a05b0b8
lavf/udp: fix the comments for default UDP socket recvbuf size

15d160cc0b2 increased the UDP socket receiving buffer size
(64K ->384K), but missed to update this comments.

Reviewed-by: Marton Balint <cus@passwd.hu>
Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
libavformat/udp.c