From c846a984dc331286b9c31bdb26f7edbbcfdbd6c0 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Wed, 31 Mar 2010 21:10:52 +0000 Subject: [PATCH] Document API addition of avcodec_copy_context(). Originally committed as revision 22752 to svn://svn.ffmpeg.org/ffmpeg/trunk --- doc/APIchanges | 3 +++ libavcodec/avcodec.h | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/APIchanges b/doc/APIchanges index b1b604e5b6..90905a10a7 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -12,6 +12,9 @@ libavutil: 2009-03-08 API changes, most recent first: +2010-03-31 - r22750 - lavc 52.65.0 + Add avcodec_copy_context(). + 2010-03-31 - r22748 - lavf 52.60.0 - av_match_ext() Make av_match_ext() public. diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 251e47dbc6..663af54d08 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -30,7 +30,7 @@ #include "libavutil/avutil.h" #define LIBAVCODEC_VERSION_MAJOR 52 -#define LIBAVCODEC_VERSION_MINOR 64 +#define LIBAVCODEC_VERSION_MINOR 65 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \