X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavutil%2Faes.c;h=a3eb295e24421d580913aa2e9c2c0fd0c2674d06;hb=db9f426caba574719c58de12e68742063c8e7979;hp=555cbb82cfbf2e869fe32e27c01645a95d9cb131;hpb=f391e405dfde35bfb3fea9ccc09bd67b5cc0a8f2;p=ffmpeg diff --git a/libavutil/aes.c b/libavutil/aes.c index 555cbb82cfb..a3eb295e244 100644 --- a/libavutil/aes.c +++ b/libavutil/aes.c @@ -39,9 +39,7 @@ 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) {