summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJacob Trimble <modmaker@google.com>2017-12-05 14:52:22 -0800
committerMichael Niedermayer <michael@niedermayer.cc>2018-03-24 03:11:08 +0100
commitdb2a7c947ec28b0a04a4e5193c9b0d33de823fbb (patch)
tree1f73390b18a56c7d662e430fd1955f9516116d58 /doc
parent829aebf95d44c1e850fd31692a273e6c6ab8161a (diff)
avcodec/avcodec.h: Add encryption info side data.
This new side-data will contain info on how a packet is encrypted. This allows the app to handle packet decryption. Signed-off-by: Jacob Trimble <modmaker@google.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index d410bcdd75..a099afd9bc 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,10 @@ libavutil: 2017-10-21
API changes, most recent first:
+2018-xx-xx - xxxxxxx - lavu 56.8.100 - encryption_info.h
+ Add AVEncryptionInitInfo and AVEncryptionInfo structures to hold new side-data
+ for encryption info.
+
2018-03-21 - xxxxxxx - lavc 58.15.100 - avcodec.h
Add av_packet_make_writable().