From f57897e498fb887ca89ce72b0e787b137c6f6d7f Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Sun, 15 May 2016 01:19:12 +0200 Subject: [PATCH] avcodec: bump minor and update Changelog for recent DST addition Signed-off-by: Paul B Mahol --- Changelog | 1 + libavcodec/version.h | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index 3f343cec98..402594d51a 100644 --- a/Changelog +++ b/Changelog @@ -34,6 +34,7 @@ version : - DTS Express (LBR) decoder - Generic OpenMAX IL encoder with support for Raspberry Pi - IFF ANIM demuxer & decoder +- Direct Stream Transfer (DST) decoder version 3.0: - Common Encryption (CENC) MP4 encoding and decoding support diff --git a/libavcodec/version.h b/libavcodec/version.h index 021980b724..0916f811f2 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -28,8 +28,8 @@ #include "libavutil/version.h" #define LIBAVCODEC_VERSION_MAJOR 57 -#define LIBAVCODEC_VERSION_MINOR 41 -#define LIBAVCODEC_VERSION_MICRO 102 +#define LIBAVCODEC_VERSION_MINOR 42 +#define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \