diff --git a/Changelog b/Changelog index 879db95b5ba03..b173e1c40f70c 100644 --- a/Changelog +++ b/Changelog @@ -54,6 +54,7 @@ version : - setpts filter added - Win64 support for optimized asm functions - MJPEG/AVI1 to JPEG/JFIF bitstream filter +- ASS subtitle encoder and decoder version 0.6: diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index eee0467a902aa..bff9477986b66 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -32,7 +32,7 @@ #include "libavutil/cpu.h" #define LIBAVCODEC_VERSION_MAJOR 52 -#define LIBAVCODEC_VERSION_MINOR 95 +#define LIBAVCODEC_VERSION_MINOR 96 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \