Searched refs:eof_action (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_overlay.c118 enum EOFAction eof_action; ///< action to take on EOF from source member in struct:OverlayContext
326 "main w:%d h:%d fmt:%s overlay w:%d h:%d fmt:%s eof_action:%s\n",
331 eof_action_str[s->eof_action]);
599 if (!s->dinput.repeatlast || s->eof_action == EOF_ACTION_PASS) {
601 s->eof_action = EOF_ACTION_PASS;
603 if (s->dinput.shortest || s->eof_action == EOF_ACTION_ENDALL) {
605 s->eof_action = EOF_ACTION_ENDALL;
618 { "eof_action", "Action to take when encountering EOF from secondary input ",
619 OFFSET(eof_action), AV_OPT_TYPE_INT, { .i64 = EOF_ACTION_REPEAT },
620 EOF_ACTION_REPEAT, EOF_ACTION_PASS, .flags = FLAGS, "eof_action" },
[all...]

Completed in 52 milliseconds