Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2011-02-04 13:04:17 +0300
committerMichael Niedermayer <michaelni@gmx.at>2011-02-06 22:31:44 +0300
commit8cf2d3d3d71d14169183eaf34faad924120b53d6 (patch)
treedc778b435e11420912ef09566c78b48f58326933 /doc
parent4ed68fdfdc19705a09c99b93ec4a54167837a52a (diff)
Add an APIchanges entry for avformat_free_context
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit ff1974897778942180c1d4f95b0b7b45a4fbbc02)
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
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.