diff options
author | Martin Storsjö <martin@martin.st> | 2011-02-04 12:04:17 +0200 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2011-02-04 11:38:46 -0500 |
commit | ff1974897778942180c1d4f95b0b7b45a4fbbc02 (patch) | |
tree | 3cca728b894a87644151e655c57a5a6efa17eec4 /doc/APIchanges | |
parent | f124b087eea442b65d809582527dfb5092a3463c (diff) | |
download | ffmpeg-ff1974897778942180c1d4f95b0b7b45a4fbbc02.tar.gz |
Add an APIchanges entry for avformat_free_context
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
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 af3e2020f0..e182e322ea 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2009-03-08 API changes, most recent first: +2011-02-04 - f124b08 - lavf 52.96.0 - avformat_free_context() + Add avformat_free_context() in avformat.h. + 2011-02-03 - f5b82f4 - lavc 52.109.0 - add CODEC_ID_PRORES Add CODEC_ID_PRORES to avcodec.h. |