On Sun, 3 Aug 2014, Martin Storsjö wrote:

On Mon, 28 Jul 2014, [email protected] wrote:

From: Marvin Scholz <[email protected]>

Check if strdup failed
---
Icecast is basically a convenience wrapper around the HTTP protocol.
---
Changelog                |   1 +
configure                |   1 +
doc/general.texi         |   1 +
doc/protocols.texi       |  40 +++++++++
libavformat/Makefile     |   1 +
libavformat/allformats.c |   1 +
libavformat/icecast.c | 227 +++++++++++++++++++++++++++++++++++++++++++++++
libavformat/version.h    |   2 +-
8 files changed, 273 insertions(+), 1 deletion(-)
create mode 100644 libavformat/icecast.c

This looks good enough to me now - will push in a little while

Pushed with a few minor fixes. (Checking that one doesn't try to use this protocol in read mode, since that's obviously not what is intended, got rid of superfluous if() before av_freep, and did the capitalization as suggested by Diego.)

// Martin
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to