diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-11-24 23:38:20 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-11-24 23:38:20 +0000 |
commit | d0df2fcc3530e3d2ac48db7c4c716d32af7859bd (patch) | |
tree | a7c44b0f1eb809cba87b57811e6a78ac9d08ed1d | |
parent | 74a0059f2ce97368eade7231e7222352d3d28eee (diff) | |
download | ffmpeg-d0df2fcc3530e3d2ac48db7c4c716d32af7859bd.tar.gz |
Add an entry for the pixdesc.h API publication.
Originally committed as revision 20604 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 8da6ba1760..082b84fee1 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -12,6 +12,9 @@ libavutil: 2009-03-08 API changes, most recent first: +2009-11-25 - r20603 - lavu 50.5.0 - pixdesc.h API + Make the pixdesc.h API public. + 2009-10-27 - r20385 - lavfi 1.5.0 - AVFilter.next Add a next field to AVFilter, this is used for simplifying the registration and management of the registered filters. |