diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-05-19 22:09:34 +0200 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-05-22 20:01:31 +0200 |
commit | 5ecdfd008bce961c3241eaa1f8dc06e82a6b12db (patch) | |
tree | 65def2a600cdbb8f1dfa3b40cec010e33738bee7 /doc/APIchanges | |
parent | 83db71977700d3337c84d5945ac8b7e7ee881ac2 (diff) | |
download | ffmpeg-5ecdfd008bce961c3241eaa1f8dc06e82a6b12db.tar.gz |
lavf: deprecate avformat_alloc_output_context() in favor of avformat_alloc_output_context2()
The new function accepts a slightly more intuitive order of paramters,
and returns an error code, thus allowing applications to report a
meaningful error message.
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 4ccd72b3c1..c7389241d5 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,10 @@ libavutil: 2011-04-18 API changes, most recent first: +2011-05-22 - xxxxxx - lavf 53.2.0 - avformat.h + Introduce avformat_alloc_output_context2() and deprecate + avformat_alloc_output_context(). + 2011-05-22 - xxxxxx - lavfi 2.10.0 - vsrc_buffer.h Make libavfilter/vsrc_buffer.h public. |