From 95e33ea5659980b2915202882e9e82f912addc3f Mon Sep 17 00:00:00 2001 From: James Almer Date: Tue, 27 Mar 2018 14:58:36 -0300 Subject: [PATCH] doc/APIchanges: fix lavu version for the AVEncryptionInfo addition Signed-off-by: James Almer --- doc/APIchanges | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/APIchanges b/doc/APIchanges index 95b5cd772f..83c7a40a55 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -18,7 +18,7 @@ API changes, most recent first: 2018-03-xx - xxxxxxx - lavc 58.16.100 - avcodec.h Add FF_SUB_CHARENC_MODE_IGNORE. -2018-xx-xx - xxxxxxx - lavu 56.8.100 - encryption_info.h +2018-03-23 - xxxxxxx - lavu 56.12.100 - encryption_info.h Add AVEncryptionInitInfo and AVEncryptionInfo structures to hold new side-data for encryption info.