summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2013-09-03 22:22:19 +0200
committerClément Bœsch <u@pkh.me>2013-09-04 22:06:38 +0200
commit36cd017acd9cac0e6695124c052a59fb1fc13145 (patch)
tree165e81d51257cb4f25d5f9c03f0b44da537a6df6 /doc
parentbc68927a0f2c26edc675a01db7ac77ab42a81d0c (diff)
downloadffmpeg-36cd017acd9cac0e6695124c052a59fb1fc13145.tar.gz
avformat: make avformat_close_input() more tolerant.
The purpose of this commit is to make error management simpler and less error prone, just like av_free() which is safe with NULL.
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 c4255bc730..12b9af4002 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,9 @@ libavutil: 2012-10-22
API changes, most recent first:
+2013-xx-xx - xxxxxxx - lavf 55.16.101 - avformat.h
+ avformat_close_input() argument can be NULL and point on NULL.
+
2013-08-29 - e31db62 - lavf 55.15.100 - avformat.h
Add av_format_get_probe_score().