[FFmpeg-devel] [PATCHv2 1/7] avformat/ip: factorize some IP filtering and resolving functions to a new file

Marton Balint cus at passwd.hu
Wed Oct 3 23:05:31 EEST 2018



On Sun, 30 Sep 2018, Marton Balint wrote:

>
> On Mon, 24 Sep 2018, Michael Niedermayer wrote:
>
>> On Mon, Sep 24, 2018 at 08:49:27AM +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 | 159 
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++
>>>  libavformat/ip.h |  72 +++++++++++++++++++++++++
>>>  2 files changed, 231 insertions(+)
>>>  create mode 100644 libavformat/ip.c
>>>  create mode 100644 libavformat/ip.h
>
> [...]
>
>>> + * Parses the address[,address] source block list in buf and adds it to 
> the
>>> + * filters in the IPSourceFilters structure.
>>> + * @return 0 on success, < 0 AVERROR code on error.
>>> + */
>>
>>> +int ff_ip_parse_blocks(void *log_ctx, const char *buf, IPSourceFilters 
> *filters);
>>
>> Thanks
>
> Ping for the whole series...

Pushed the patchset.

Regards,
Marton


More information about the ffmpeg-devel mailing list