diff --git a/doc/APIchanges b/doc/APIchanges index f43174f7afb29ab1d770ab91f556b9146454f3bc..8fe5ff2e7c4a4f1f69feec19bfd1fe18b219ca73 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2012-10-22 API changes, most recent first: +2014-03-07 - 8b2a130 - lavc 55.50.0 / 55.53.100 - dxva2.h + Add FF_DXVA2_WORKAROUND_INTEL_CLEARVIDEO for old Intel GPUs. + 2014-04-xx - xxxxxxx - lavu 53.13.0 / 52.78.100 - avutil.h Add av_get_time_base_q(). diff --git a/libavcodec/version.h b/libavcodec/version.h index b786f0da6fd258694c870deadfcdd4fc565b2560..43a4cc4946959b5123e99339b97cfa090bf9174d 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -30,7 +30,7 @@ #define LIBAVCODEC_VERSION_MAJOR 55 #define LIBAVCODEC_VERSION_MINOR 59 -#define LIBAVCODEC_VERSION_MICRO 100 +#define LIBAVCODEC_VERSION_MICRO 101 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \