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:
authorJames Almer <jamrial@gmail.com>2018-02-07 22:56:47 +0300
committerJames Almer <jamrial@gmail.com>2018-02-07 22:56:47 +0300
commit9d8fb095e6f886cf0fd377cfb416b00ff1e24bd1 (patch)
tree06c38e37146dfa946fb8a981290a74a1ab810b63 /doc
parentcf666651b4992d41a8e6df47cc636116c07f78a1 (diff)
doc/APIchanges: fix a recent depreacted function name
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index c67be2b05c..21a2cca709 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -22,7 +22,7 @@ API changes, most recent first:
2018-xx-xx - xxxxxxx - lavf 58.9.100 - avformat.h
Deprecate use of av_register_input_format(), av_register_output_format(),
- avformat_register_all(), av_iformat_next(), av_oformat_next().
+ av_register_all(), av_iformat_next(), av_oformat_next().
Add av_demuxer_iterate(), and av_muxer_iterate().
2018-xx-xx - xxxxxxx - lavc 58.10.100 - avcodec.h