Home
last modified time | relevance | path

Searched refs:drop_str (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dnoise_bsf.c66 char *drop_str; member
84 s->amount_str = (!s->drop_str && !s->dropamount) ? av_strdup("-1") : av_strdup("0"); in noise_init()
102 if (s->drop_str && s->dropamount) { in noise_init()
104 s->drop_str, s->dropamount); in noise_init()
108 if (s->drop_str) { in noise_init()
109 ret = av_expr_parse(&s->drop_pexpr, s->drop_str, in noise_init()
112 av_log(ctx, AV_LOG_ERROR, "Error in parsing expr for drop: %s\n", s->drop_str); in noise_init()
160 if (s->drop_str) { in noise()
216 { "drop", NULL, OFFSET(drop_str), AV_OPT_TYPE_STRING, { .str = NULL }, 0, 0, FLAGS },

Completed in 1 milliseconds