summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-01-01 23:53:02 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-01-01 23:53:02 +0000
commit79c2f2d34e66e69daeeebdf04400d6d476289215 (patch)
treeabab36083e9930843727a50e08041da9be23a641
parent8eb631fa50868e2d14e97d396711ced859fef515 (diff)
Add an entry for the av_match_ext() addition.
Originally committed as revision 20999 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 d5b44ec5d9..4683845886 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -12,6 +12,9 @@ libavutil: 2009-03-08
API changes, most recent first:
+2010-01-02 - r20998 - lavf 52.46.0 - av_match_ext()
+ Add av_match_ext(), it should be used in place of match_ext().
+
2010-01-01 - r20991 - lavf 52.45.0 - av_guess_format()
Add av_guess_format(), it should be used in place of guess_format().