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 <c...@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...
Thanks,
Marton
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel