Searched refs:amount_str (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | noise_bsf.c | 65 char *amount_str; member 83 if (!s->amount_str) { in noise_init() 84 s->amount_str = (!s->drop_str && !s->dropamount) ? av_strdup("-1") : av_strdup("0"); in noise_init() 85 if (!s->amount_str) in noise_init() 90 strcmp(s->amount_str, "0")) { in noise_init() 95 ret = av_expr_parse(&s->amount_pexpr, s->amount_str, in noise_init() 98 av_log(ctx, AV_LOG_ERROR, "Error in parsing expr for amount: %s\n", s->amount_str); in noise_init() 215 { "amount", NULL, OFFSET(amount_str), AV_OPT_TYPE_STRING, { .str = NULL }, 0, 0, FLAGS },
|
Completed in 2 milliseconds