Browse Source

doc/APIchanges: fix a recent depreacted function name

Signed-off-by: James Almer <jamrial@gmail.com>
tags/n4.0
James Almer 8 years ago
parent
commit
9d8fb095e6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      doc/APIchanges

+ 1
- 1
doc/APIchanges View File

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


Loading…
Cancel
Save