summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-08-18 21:07:09 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-08-18 21:07:09 +0000
commit33d2e7b3952eaeb158d6a127dc48953b84637374 (patch)
treec4418dd6eac2283fed19ea7e75e0fa5a38bf4642 /doc
parenta6ddf8bf0f270fd2f609efb93416374fbb4c4430 (diff)
Add APIchanges entry after the addition of av_fill_image_max_pixstep()
of r24827. Originally committed as revision 24828 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 d1adaef18a..e0e40f098c 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,9 @@ libavutil: 2009-03-08
API changes, most recent first:
+2010-08-18 - r24827 - lavcore 0.5.0 - av_fill_image_max_pixstep()
+ Add av_fill_image_max_pixstep() in imgutils.h.
+
2010-08-17 - r24814 - lavu 50.24.0 - AV_NE()
Add the AV_NE macro.