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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dsmoothstreamingenc.c74 int remove_at_exit; member in struct:__anon3633
548 if (c->window_size || (final && c->remove_at_exit)) {
553 if (final && c->remove_at_exit)
564 if (final && c->remove_at_exit)
604 if (c->remove_at_exit) {
622 { "remove_at_exit", "remove all fragments when finished", OFFSET(remove_at_exit), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, 1, E },
H A Dhdsenc.c72 int remove_at_exit; member in struct:HDSContext
505 if (c->window_size || (final && c->remove_at_exit)) {
507 if (final && c->remove_at_exit)
564 if (c->remove_at_exit) {
585 { "remove_at_exit", "remove all fragments when finished", OFFSET(remove_at_exit), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, 1, E },

Completed in 58 milliseconds