summaryrefslogtreecommitdiffstats
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorSteven Liu <[email protected]>2020-01-30 17:03:48 +0800
committerSteven Liu <[email protected]>2020-01-30 17:10:12 +0800
commit27529eeb27cf0d7f574ae60d5cef22baa0e8a850 (patch)
treeda4a11f1f0c59905b7294415bdfcbd16423ea1b9 /doc/APIchanges
parent3bce9e9b3ea35c54bacccc793d7da99ea5157532 (diff)
avformat/avio: add avio_protocol_get_class
Reviewed-by: Michael Niedermayer <[email protected]> Suggested-by: Hendrik Leppkes <[email protected]> Suggested-by: Nicolas George <[email protected]> Signed-off-by: Steven Liu <[email protected]>
Diffstat (limited to 'doc/APIchanges')
-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.