summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-03-13 11:41:15 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-03-13 11:41:15 +0000
commit8955a324f4b3db0b63167c8b4a45606e0380ad15 (patch)
tree4cd101dad24cb0728526fe7d78f970c0c1b20f0c /doc
parentbb4095133fa124305afda9b5ef02f595c6674a3f (diff)
Bump libavfilter minor version and add APIchanges entry after the
addition of the AVFilterPicRef.pos field. Originally committed as revision 22508 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 59356c5f0b..3d35463d27 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -12,6 +12,9 @@ libavutil: 2009-03-08
API changes, most recent first:
+2010-03-13 - r22506 - lavfi 1.18.0 - AVFilterPicRef.pos
+ Add AVFilterPicRef.pos field.
+
2010-03-13 - r22501 - lavu 50.12.0 - error.h
Move error code definitions from libavcodec/avcodec.h to
the new public header libavutil/error.h.