diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-07-17 18:17:02 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-07-17 18:17:02 +0000 |
commit | 8e9d93087337cb55709ed9dc4461ad336a23150b (patch) | |
tree | 0a1b719ef23c2e460c0a6576dbc2fe9b0db7cc9d /doc/APIchanges | |
parent | b5c582fa9db0a4d360506a05ab66a01394e51c56 (diff) | |
download | ffmpeg-8e9d93087337cb55709ed9dc4461ad336a23150b.tar.gz |
Add APIchanges entry after AVFilterBuffer w and h fields removal.
Originally committed as revision 24292 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 52c8fd753b..cf58cc8511 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -12,6 +12,9 @@ libavutil: 2009-03-08 API changes, most recent first: +2010-07-17 - r24291 - lavfi 1.25.0 - AVFilterBuffer + Remove w and h fields from AVFilterBuffer. + 2010-07-17 - r24284 - lavfi 1.24.0 - AVFilterBuffer Rename AVFilterPic to AVFilterBuffer. |