lavu: Drop deprecated context size variables
Deprecated in 10/2012.
This commit is contained in:
parent
8f12ef9860
commit
2f9b652e8c
9 changed files with 0 additions and 34 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue