diff options
author | Martin Storsjö <martin@martin.st> | 2012-01-30 21:11:33 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2012-01-30 21:29:56 +0200 |
commit | c9b309e8cbc460beb50fffce6c38054f9cbdecfc (patch) | |
tree | baf9e502e2aa81bc4d568eab904576c37f6d97d7 /doc | |
parent | 89eea6df281f535849055f9ce0e49b36eeef767a (diff) | |
download | ffmpeg-c9b309e8cbc460beb50fffce6c38054f9cbdecfc.tar.gz |
doc: Fix the name of the new function
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 39f1a3eed4..7545fa51dc 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -106,7 +106,7 @@ API changes, most recent first: Add av_toupper()/av_tolower() 2011-11-05 - b6d08f4 - lavf 53.13.0 - Add avformat_network_init()/avformat_network_uninit() + Add avformat_network_init()/avformat_network_deinit() 2011-10-27 - 512557b - lavc 53.15.0 Remove avcodec_parse_frame. |