Searched refs:FILL_BLANK (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | transform.h | 52 FILL_BLANK, //< Fill zeroes at blank locations enumerator
|
H A D | vf_deshake.c | 74 { "edge", "set edge mode", OFFSET(edge), AV_OPT_TYPE_INT, {.i64=FILL_MIRROR}, FILL_BLANK, FILL_COUNT-1, FLAGS, "edge"}, 75 { "blank", "fill zeroes at blank locations", 0, AV_OPT_TYPE_CONST, {.i64=FILL_BLANK}, INT_MIN, INT_MAX, FLAGS, "edge" },
|
Completed in 2 milliseconds