On Wed, Jan 9, 2013 at 9:47 AM, Diego Biurrun <[email protected]> wrote:
> This enables checking for an API version not present in master that
> has avformat_get_riff_video_tags() and avformat_get_riff_audio_tags().
> ---
>
> Now with better log msg and documentation in APIchanges.
>
>  doc/APIchanges        |    2 +-
>  libavformat/version.h |    2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/doc/APIchanges b/doc/APIchanges
> index 78e37f4..34faf01 100644
> --- a/doc/APIchanges
> +++ b/doc/APIchanges
> @@ -16,7 +16,7 @@ API changes, most recent first:
>  2012-03-04 - xxxxxxx - lavu 51.22.1 - error.h
>    Add AVERROR_UNKNOWN
>
> -2012-02-29 - xxxxxxx - lavf 53.21.0
> +2012-02-29 - xxxxxxx - lavf 53.21.1
>    Add avformat_get_riff_video_tags() and avformat_get_riff_audio_tags().
>
>  2012-02-29 - xxxxxxx - lavu 51.22.0 - intfloat.h
> diff --git a/libavformat/version.h b/libavformat/version.h
> index 009a60b..c0ca05a 100644
> --- a/libavformat/version.h
> +++ b/libavformat/version.h
> @@ -31,7 +31,7 @@
>
>  #define LIBAVFORMAT_VERSION_MAJOR 53
>  #define LIBAVFORMAT_VERSION_MINOR 21
> -#define LIBAVFORMAT_VERSION_MICRO  0
> +#define LIBAVFORMAT_VERSION_MICRO  1
>
>  #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \
>                                                 LIBAVFORMAT_VERSION_MINOR, \
> --

OK for me

Btw, this is because of the ffmpegsource drama, right? Does this patch
actually help the ffmpegsource developers? I would be happy to include
additional #defines if, and only if, that would help them.

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

Reply via email to