diff options
author | Martin Storsjö <martin@martin.st> | 2010-06-22 14:10:56 +0000 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2010-06-22 14:10:56 +0000 |
commit | 58cc11c74c6a2d3517fea8840b58c767201a2529 (patch) | |
tree | 19323aa3c4a66efd3249204274cb9b508113b457 /doc/APIchanges | |
parent | 735cf6b2657c48ffd9ba4eb66ae8a0a3419de074 (diff) | |
download | ffmpeg-58cc11c74c6a2d3517fea8840b58c767201a2529.tar.gz |
Add an APIchanges entry for priv_data_size and priv_data_class
Originally committed as revision 23707 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 c25d7968b1..ef216a2b34 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -12,6 +12,9 @@ libavutil: 2009-03-08 API changes, most recent first: +2010-06-22 - r23706 - lavf 52.71.0 - URLProtocol.priv_data_size, priv_data_class + Add priv_data_size and priv_data_class to URLProtocol + 2010-06-22 - r23704 - lavf 52.70.0 - url_alloc(), url_connect() Add url_alloc() and url_connect() |