diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-10-10 10:40:36 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-10-10 10:40:36 +0000 |
commit | 046703660d28b1f9c1897a9470fad062b0c881a4 (patch) | |
tree | a33f89244230d3e61689b46eb329c97eb3a53a80 /doc | |
parent | 268fcbe2c84581c89f6c995be3269b1f66b07023 (diff) | |
download | ffmpeg-046703660d28b1f9c1897a9470fad062b0c881a4.tar.gz |
Document the additon of the w and h fields to AVFilterPic.
Originally committed as revision 20198 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 9434d55d5c..e4b49bfa57 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -12,6 +12,9 @@ libavutil: 2009-03-08 API changes, most recent first: +2009-10-07 - r20189 - lavfi 0.5.1 - AVFilterPic + Added w and h fields to AVFilterPic. + 2009-06-22 - r19250 - lavf 52.34.1 - AVFormatContext.packet_size This is now an unsigned int instead of a signed int. |