diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2010-03-31 21:10:52 +0000 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2010-03-31 21:10:52 +0000 |
commit | c846a984dc331286b9c31bdb26f7edbbcfdbd6c0 (patch) | |
tree | ee88842d689de3b6b1d341f1e503486408082a92 /libavcodec | |
parent | d9521cb1197c8b5bd1611ec0edfdf58b7a56e30e (diff) | |
download | ffmpeg-c846a984dc331286b9c31bdb26f7edbbcfdbd6c0.tar.gz |
Document API addition of avcodec_copy_context().
Originally committed as revision 22752 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/avcodec.h | 2 |
1 files changed, 1 insertions, 1 deletions
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, \ |