summaryrefslogtreecommitdiff
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-08-11 14:22:19 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-08-11 14:22:19 +0000
commitc6a34954b9e33e64a780ce1669647b2d99812646 (patch)
tree9b066069931fe9a536d0cd099f2cd39fffbf99c6 /doc/APIchanges
parent9f08d80363d2da5cba8dff74003b26d105f93a7a (diff)
Add APIchanges entry after av_picture_data_copy() addition.
Originally committed as revision 24769 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 5c0dc351c9..620b60a3ad 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,9 @@ libavutil: 2009-03-08
API changes, most recent first:
+2010-08-11 - r24768 - lavc 52.85.0 - av_picture_data_copy()
+ Add av_picture_data_copy in avcodec.h.
+
2010-08-11 - r24765 - lavfi 1.33.0 - avfilter_open()
Change avfilter_open() signature:
AVFilterContext *avfilter_open(AVFilter *filter, const char *inst_name) ->