[FFmpeg-cvslog] doc/APIchanges: fix a recent depreacted function name

James Almer git at videolan.org
Wed Feb 7 21:58:44 EET 2018


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Wed Feb  7 16:56:47 2018 -0300| [9d8fb095e6f886cf0fd377cfb416b00ff1e24bd1] | committer: James Almer

doc/APIchanges: fix a recent depreacted function name

Signed-off-by: James Almer <jamrial at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9d8fb095e6f886cf0fd377cfb416b00ff1e24bd1
---

 doc/APIchanges | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



More information about the ffmpeg-cvslog mailing list