summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSteven Liu <lq@chinaffmpeg.org>2020-01-30 17:03:48 +0800
committerSteven Liu <lq@chinaffmpeg.org>2020-01-30 17:10:12 +0800
commit27529eeb27cf0d7f574ae60d5cef22baa0e8a850 (patch)
treeda4a11f1f0c59905b7294415bdfcbd16423ea1b9 /doc
parent3bce9e9b3ea35c54bacccc793d7da99ea5157532 (diff)
avformat/avio: add avio_protocol_get_class
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Suggested-by: Hendrik Leppkes <h.leppkes@gmail.com> Suggested-by: Nicolas George <george@nsup.org> Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 2977b00b60..2494a3901b 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,9 @@ libavutil: 2017-10-21
API changes, most recent first:
+2020-01-30 - xxxxxxxxxx - lavf 58.37.100 - avio.h
+ Add avio_protocol_get_class().
+
2020-01-15 - xxxxxxxxxx - lavc 58.66.100 - avcodec.h
Add AV_PKT_DATA_PRFT and AVProducerReferenceTime.