[FFmpeg-devel] [PATCH] libavformat/icecast.c Add icecast protocol
James Darnley
james.darnley at gmail.com
Wed Jul 23 02:02:29 CEST 2014
On 2014-07-23 01:35, epirat07 at gmail.com wrote:
> OBJS-$(CONFIG_HTTPS_PROTOCOL) += http.o httpauth.o urldecode.o
> +OBJS-$(CONFIG_ICECAST_PROTOCOL) += icecast.o
> OBJS-$(CONFIG_MMSH_PROTOCOL) += mmsh.o mms.o asf.o
These should line up.
> + * Icecast protocol for Libav
> + * Copyright (c) 2014 Marvin Scholz
> + *
> + * This file is part of Libav.
This isn't Libav but I see you've already taken care of this.
> #define LIBAVFORMAT_VERSION_MAJOR 55
> -#define LIBAVFORMAT_VERSION_MINOR 48
> -#define LIBAVFORMAT_VERSION_MICRO 101
> +#define LIBAVFORMAT_VERSION_MINOR 49
> +#define LIBAVFORMAT_VERSION_MICRO 0
FFmpeg's micro versions start at 100.
P.S. I first started writing this before we spoke on IRC.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 683 bytes
Desc: OpenPGP digital signature
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20140723/e90ca7c8/attachment.asc>
More information about the ffmpeg-devel
mailing list