From 8cf2d3d3d71d14169183eaf34faad924120b53d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Fri, 4 Feb 2011 12:04:17 +0200 Subject: [PATCH] Add an APIchanges entry for avformat_free_context Signed-off-by: Ronald S. Bultje (cherry picked from commit ff1974897778942180c1d4f95b0b7b45a4fbbc02) --- doc/APIchanges | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/APIchanges b/doc/APIchanges index 4c36dfdefe..0699aa6f8d 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.