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
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2013-09-04 00:25:17 +0400
committerClément Bœsch <u@pkh.me>2013-09-05 00:06:38 +0400
commit3e1f507f3e8f16b716aa115552d243b48ae809bd (patch)
treeab59fbca555d5cfb2b47f309a4ca0869c1d41e0a /doc/APIchanges
parent36cd017acd9cac0e6695124c052a59fb1fc13145 (diff)
avcodec: make avcodec_close() more tolerant.
See previous commit.
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 12b9af4002..45965e9d09 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,9 @@ libavutil: 2012-10-22
API changes, most recent first:
+2013-xx-xx - xxxxxxx - lavc 55.31.101 - avcodec.h
+ avcodec_close() argument can be NULL.
+
2013-xx-xx - xxxxxxx - lavf 55.16.101 - avformat.h
avformat_close_input() argument can be NULL and point on NULL.