[FFmpeg-devel] [PATCH 1/7] avformat/ip: factorize some IP filtering and resolving functions to a new file
Michael Niedermayer
michael at niedermayer.cc
Sun Sep 23 23:54:14 EEST 2018
On Sat, Sep 22, 2018 at 11:53:22PM +0200, Marton Balint wrote:
> These are based on the very similar UDP and RTP protocol functions.
>
> Signed-off-by: Marton Balint <cus at passwd.hu>
> ---
> libavformat/ip.c | 165 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
> libavformat/ip.h | 74 +++++++++++++++++++++++++
> 2 files changed, 239 insertions(+)
> create mode 100644 libavformat/ip.c
> create mode 100644 libavformat/ip.h
[...]
> +/**
> + * Parses the address[,address] source list in buf and adds it to the filters
> + * in the IPSourceFilters structure.
> + * @param buf is the source list, which is not changed, but must be writable
> + * @return 0 on success, < 0 AVERROR code on error.
> + */
> +int ff_ip_parse_sources(void *log_ctx, char *buf, IPSourceFilters *filters);
> +
> +/**
> + * Parses the address[,address] source block list in buf and adds it to the
> + * filters in the IPSourceFilters structure.
> + * @param buf is the source list, which is not changed, but must be writable
if its not changed, why does it need to be writable ?
thx
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Frequently ignored answer#1 FFmpeg bugs should be sent to our bugtracker. User
questions about the command line tools should be sent to the ffmpeg-user ML.
And questions about how to use libav* should be sent to the libav-user ML.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20180923/ae1e716a/attachment.sig>
More information about the ffmpeg-devel
mailing list