From 2f9b652e8c646eabef74a6742f0d7d4c9118fd0e Mon Sep 17 00:00:00 2001 From: Vittorio Giovara Date: Tue, 28 Jul 2015 14:30:33 +0100 Subject: lavu: Drop deprecated context size variables Deprecated in 10/2012. --- libavutil/aes.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libavutil/aes.h') diff --git a/libavutil/aes.h b/libavutil/aes.h index edff275b7a..5b451241e4 100644 --- a/libavutil/aes.h +++ b/libavutil/aes.h @@ -32,10 +32,6 @@ * @{ */ -#if FF_API_CONTEXT_SIZE -extern attribute_deprecated const int av_aes_size; -#endif - struct AVAES; /** -- cgit v1.2.3