1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

Add an APIchanges entry for avformat_free_context

Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit ff19748977)
This commit is contained in:
Martin Storsjö 2011-02-04 12:04:17 +02:00 committed by Michael Niedermayer
parent 4ed68fdfdc
commit 8cf2d3d3d7

View File

@ -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.