[FFmpeg-devel] [PATCH 1/3] avformat/ffmdec: Add cleaner API for ffserver to interface without depending on internal ABI
Andreas Cadhalpun
andreas.cadhalpun at googlemail.com
Fri Nov 20 19:33:20 CET 2015
On 20.11.2015 03:26, Michael Niedermayer wrote:
> From: Michael Niedermayer <michael at niedermayer.cc>
>
> Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> ---
> libavformat/ffm.h | 2 ++
> libavformat/ffmdec.c | 14 ++++++++++++++
> libavformat/version.h | 2 +-
> 3 files changed, 17 insertions(+), 1 deletion(-)
>
This looks good.
> diff --git a/libavformat/version.h b/libavformat/version.h
> index 55198e7..d66eeff 100644
> --- a/libavformat/version.h
> +++ b/libavformat/version.h
> @@ -30,7 +30,7 @@
> #include "libavutil/version.h"
>
> #define LIBAVFORMAT_VERSION_MAJOR 57
> -#define LIBAVFORMAT_VERSION_MINOR 15
> +#define LIBAVFORMAT_VERSION_MINOR 16
> #define LIBAVFORMAT_VERSION_MICRO 100
>
> #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \
>
Only MINOR is already at 16 now.
Best regards,
Andreas
More information about the ffmpeg-devel
mailing list