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.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libavutil/aes.c') diff --git a/libavutil/aes.c b/libavutil/aes.c index 3ba5e9aef4..02a9281b77 100644 --- a/libavutil/aes.c +++ b/libavutil/aes.c @@ -40,10 +40,6 @@ typedef struct AVAES { int rounds; } AVAES; -#if FF_API_CONTEXT_SIZE -const int av_aes_size= sizeof(AVAES); -#endif - struct AVAES *av_aes_alloc(void) { return av_mallocz(sizeof(struct AVAES)); -- cgit v1.2.3