diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-11-24 23:52:07 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-11-24 23:52:07 +0000 |
commit | 73e2247d32efd2383dbac0fb7f82024c060330ba (patch) | |
tree | 32e3e026aa8e9c4dfdd7ef46a481ffa3c5e5c7bf | |
parent | 86a60fa1acc685013d23c58a29cc5f06a7a97bd9 (diff) | |
download | ffmpeg-73e2247d32efd2383dbac0fb7f82024c060330ba.tar.gz |
Add an entry for the avfilter_register() signature change.
Originally committed as revision 20606 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | doc/APIchanges | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 082b84fee1..c270b79387 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -12,6 +12,10 @@ libavutil: 2009-03-08 API changes, most recent first: +2009-11-25 - r20605 - lavfi 1.9.0 - avfilter_register() + Change the signature of avfilter_register() to make it return an + int. This is required since now the registration operation may fail. + 2009-11-25 - r20603 - lavu 50.5.0 - pixdesc.h API Make the pixdesc.h API public. |