lavu: Drop deprecated context size variables

Deprecated in 10/2012.
This commit is contained in:
Vittorio Giovara 2015-07-28 14:30:33 +01:00
parent 8f12ef9860
commit 2f9b652e8c
9 changed files with 0 additions and 34 deletions

View file

@ -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));