Commit 0592b263 authored by rbultje's avatar rbultje

Document API addition of avcodec_copy_context().



git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22752 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent fbca2254
......@@ -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.
......
......@@ -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, \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment