]> git.sesse.net Git - ffmpeg/commit
avformat/ip: factorize some IP filtering and resolving functions to a new file
authorMarton Balint <cus@passwd.hu>
Wed, 12 Sep 2018 22:46:09 +0000 (00:46 +0200)
committerMarton Balint <cus@passwd.hu>
Wed, 3 Oct 2018 20:03:29 +0000 (22:03 +0200)
commit45fa756fa4dd88d3631f28fe569a04119634f7f7
tree584891bb7a8300a6f51bb3c1233ca0dc70e7e7c2
parent9e45364a80f93f174ffa25a8e66abfbe7e05b740
avformat/ip: factorize some IP filtering and resolving functions to a new file

These are based on the very similar UDP and RTP protocol functions.

Signed-off-by: Marton Balint <cus@passwd.hu>
libavformat/ip.c [new file with mode: 0644]
libavformat/ip.h [new file with mode: 0644]