avcodec: make avcodec_close() more tolerant.

See previous commit.
This commit is contained in:
Clément Bœsch
2013-09-03 22:25:17 +02:00
parent 36cd017acd
commit 3e1f507f3e
3 changed files with 10 additions and 2 deletions

View File

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