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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_mpdecimate.c44 int max_drop_count; ///< if positive: maximum number of sequential frames to drop member in struct:__anon3410
62 OFFSET(max_drop_count), AV_OPT_TYPE_INT, {.i64=0}, INT_MIN, INT_MAX, FLAGS },
116 if (decimate->max_drop_count > 0 &&
117 decimate->drop_count >= decimate->max_drop_count)
119 if (decimate->max_drop_count < 0 &&
120 (decimate->drop_count-1) > decimate->max_drop_count)
140 av_log(ctx, AV_LOG_VERBOSE, "max_drop_count:%d hi:%d lo:%d frac:%f\n",
141 decimate->max_drop_count, decimate->hi, decimate->lo, decimate->frac);

Completed in 39 milliseconds