]> git.sesse.net Git - ffmpeg/commit
avcodec/avcodec.h: Add encryption info side data.
authorJacob Trimble <modmaker@google.com>
Tue, 5 Dec 2017 22:52:22 +0000 (14:52 -0800)
committerMichael Niedermayer <michael@niedermayer.cc>
Sat, 24 Mar 2018 02:11:08 +0000 (03:11 +0100)
commitdb2a7c947ec28b0a04a4e5193c9b0d33de823fbb
tree1f73390b18a56c7d662e430fd1955f9516116d58
parent829aebf95d44c1e850fd31692a273e6c6ab8161a
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>
doc/APIchanges
libavcodec/avcodec.h
libavutil/Makefile
libavutil/encryption_info.c [new file with mode: 0644]
libavutil/encryption_info.h [new file with mode: 0644]
libavutil/version.h