]> git.sesse.net Git - ffmpeg/commit
avformat/udp: remove redundant setting of h->max_packet_size
authorZhao Zhili <quinkblack@foxmail.com>
Wed, 23 Sep 2020 16:15:16 +0000 (00:15 +0800)
committerMarton Balint <cus@passwd.hu>
Fri, 16 Oct 2020 21:16:55 +0000 (23:16 +0200)
commit15a74d21f3d7e8e6eca475903ef6252343861483
tree2abb5e593f756e65622d9cf4d1ffb2f67bba7611
parentf076a5fef63d431107a9431cd4b1b82aea164f67
avformat/udp: remove redundant setting of h->max_packet_size

h->max_packet_size is being reset in the following code.

Signed-off-by: Marton Balint <cus@passwd.hu>
libavformat/udp.c