AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*

This commit is contained in:
Anton Khirnov
2011-10-04 07:38:01 +02:00
parent 3b3ea34655
commit 145f741e11
56 changed files with 798 additions and 787 deletions

View File

@ -341,7 +341,7 @@ void parse_loglevel(int argc, char **argv, const OptionDef *options)
opt_loglevel("loglevel", argv[idx + 1]);
}
#define FLAGS (o->type == FF_OPT_TYPE_FLAGS) ? AV_DICT_APPEND : 0
#define FLAGS (o->type == AV_OPT_TYPE_FLAGS) ? AV_DICT_APPEND : 0
int opt_default(const char *opt, const char *arg)
{
const AVOption *o;