diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-07-17 10:47:27 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-07-17 10:47:27 +0000 |
commit | 9840147d7a6b44d0106cd10cc2aaa03a99399abb (patch) | |
tree | 8fc28a3803e4d7e53e47c04da93ec99dcb20d2db /doc | |
parent | f0d77b2085153ce89ece899b962a7e6e3abb658f (diff) | |
download | ffmpeg-9840147d7a6b44d0106cd10cc2aaa03a99399abb.tar.gz |
Add APIchanges entry for AVFilterPic -> AVFilterBuffer rename.
Originally committed as revision 24285 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 2109cd958f..52c8fd753b 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -12,6 +12,9 @@ libavutil: 2009-03-08 API changes, most recent first: +2010-07-17 - r24284 - lavfi 1.24.0 - AVFilterBuffer + Rename AVFilterPic to AVFilterBuffer. + 2010-07-17 - r24278 - lavf 52.74.0 - url_fskip() Make url_fskip() return an int error code instead of void. |