AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
This commit is contained in:
parent
3b3ea34655
commit
145f741e11
56 changed files with 798 additions and 787 deletions
|
|
@ -46,8 +46,8 @@ typedef struct {
|
|||
|
||||
#define OFFSET(x) offsetof(CryptoContext, x)
|
||||
static const AVOption options[] = {
|
||||
{"key", "AES decryption key", OFFSET(key), FF_OPT_TYPE_BINARY },
|
||||
{"iv", "AES decryption initialization vector", OFFSET(iv), FF_OPT_TYPE_BINARY },
|
||||
{"key", "AES decryption key", OFFSET(key), AV_OPT_TYPE_BINARY },
|
||||
{"iv", "AES decryption initialization vector", OFFSET(iv), AV_OPT_TYPE_BINARY },
|
||||
{ NULL }
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue