On Mar 17, 2012 3:23 PM, "Justin Ruggles" <[email protected]> wrote:
From: Clément Bœsch <[email protected]> Signed-off-by: Justin Ruggles <[email protected]> --- doc/APIchanges | 3 +++ libavutil/avutil.h | 2 +- libavutil/samplefmt.c | 31 +++++++++++++++++++++---------- libavutil/samplefmt.h | 9 +++++++++ 4 files changed, 34 insertions(+), 11 deletions(-) diff --git a/doc/APIchanges b/doc/APIchanges index 8ddd4d3..38786b8 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -12,6 +12,9 @@ libavutil: 2011-04-18 API changes, most recent first: +2012-xx-xx - xxxxxxx - lavu 51.26.1 = samplefmt.h + Add av_get_alt_sample_fmt(). + 2012-03-xx - xxxxxxx - lavu 51.25.0 - cpu.h Add av_set_cpu_flags_mask(). diff --git a/libavutil/avutil.h b/libavutil/avutil.h index 21fc737..6ab4840 100644 --- a/libavutil/avutil.h +++ b/libavutil/avutil.h @@ -152,7 +152,7 @@ */ #define LIBAVUTIL_VERSION_MAJOR 51 -#define LIBAVUTIL_VERSION_MINOR 25 +#define LIBAVUTIL_VERSION_MINOR 26 #define LIBAVUTIL_VERSION_MICRO 0 This disagrees with apichanges
_______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
