diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-12-11 10:34:08 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-12-12 20:23:56 +0100 |
commit | 526604545fb1cc0c11af356fbffd5cddf8cdc95f (patch) | |
tree | 1c3b0c53decd94ddd1c735283129c09af73b5938 /doc | |
parent | 3a7f7678eb3be1f9a28414c9908ed8d34b1b9846 (diff) | |
download | ffmpeg-526604545fb1cc0c11af356fbffd5cddf8cdc95f.tar.gz |
lavf: add avformat_close_input().
It sets the supplied AVFormatContext pointer to NULL after freeing it,
which is safer and its name is consistent with other lavf functions.
Also deprecate av_close_input_file().
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 2c43e75dba..49c49d8b49 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,10 @@ libavutil: 2011-04-18 API changes, most recent first: +2011-xx-xx - xxxxxxx - lavf 53.17.0 + Add avformat_open_input(). + Deprecate av_close_input_file() and av_close_input_stream(). + 2011-xx-xx - xxxxxxx - lavc 53.25.0 Add nb_samples and extended_data fields to AVFrame. Deprecate AVCODEC_MAX_AUDIO_FRAME_SIZE. |