summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-01-03 22:29:18 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-01-03 22:29:18 +0000
commita2b1662741a50147b11b696e0a317633f8238bff (patch)
tree4e46734f8865955e22a469f5700eee2d0cae85bc
parent4fd1f1876a69af1b3dc9cc039fad088943f498bb (diff)
Add an entry for the avfilter_add_colorspace() API addition.
Originally committed as revision 21008 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 4683845886..31140b0111 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -12,6 +12,9 @@ libavutil: 2009-03-08
API changes, most recent first:
+2010-01-03 - r21007 - lavfi 1.13.0 - avfilter_add_colorspace()
+ Add avfilter_add_colorspace().
+
2010-01-02 - r20998 - lavf 52.46.0 - av_match_ext()
Add av_match_ext(), it should be used in place of match_ext().