diff options
author | Martin Storsjö <martin@martin.st> | 2010-06-22 14:00:13 +0000 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2010-06-22 14:00:13 +0000 |
commit | 6c4cbc8d50a9d320a9fbef481e25a09115d75fb6 (patch) | |
tree | 9fc284c75d23b95d26bacdf7d548ad68066a76a1 /doc | |
parent | 9b07a2dc02e9b14e5b18485e7b16333a520b5dbb (diff) | |
download | ffmpeg-6c4cbc8d50a9d320a9fbef481e25a09115d75fb6.tar.gz |
Add an APIchanges entry for av_register_protocol2
Originally committed as revision 23703 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 518331bcf8..a25279b386 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -12,6 +12,9 @@ libavutil: 2009-03-08 API changes, most recent first: +2010-06-22 - r23702 - lavf 52.69.0 - av_register_protocol2 + Add av_register_protocol2(), deprecating av_register_protocol() + 2010-06-09 - r23551 - lavu 50.19.0 - av_compare_mod() Add av_compare_mod() to libavutil/mathematics.h. |