diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-03-31 19:06:02 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-03-31 19:06:02 +0000 |
commit | e33f1fa0a91868d58670a6f0b71f80b6b8a4e7d5 (patch) | |
tree | 112f5c0a9c8c3c90a80143607d797bd2c2c43624 /doc/APIchanges | |
parent | 1a70d12727dc63ffe890362ce755213cdb647df1 (diff) | |
download | ffmpeg-e33f1fa0a91868d58670a6f0b71f80b6b8a4e7d5.tar.gz |
Add entry for the addition of av_match_ext() to the public API.
Originally committed as revision 22749 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 2f829177b2..b1b604e5b6 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -12,6 +12,9 @@ libavutil: 2009-03-08 API changes, most recent first: +2010-03-31 - r22748 - lavf 52.60.0 - av_match_ext() + Make av_match_ext() public. + 2010-03-31 - r22736 - lavu 50.14.0 - AVMediaType Move AVMediaType enum from libavcodec to libavutil. |