summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2010-03-31 21:10:52 +0000
committerRonald S. Bultje <rsbultje@gmail.com>2010-03-31 21:10:52 +0000
commitc846a984dc331286b9c31bdb26f7edbbcfdbd6c0 (patch)
treeee88842d689de3b6b1d341f1e503486408082a92 /doc
parentd9521cb1197c8b5bd1611ec0edfdf58b7a56e30e (diff)
Document API addition of avcodec_copy_context().
Originally committed as revision 22752 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
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.