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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg.h140 float mux_preload; member in struct:OptionsContext
H A Dffmpeg_opt.c2040 if (o->mux_preload) {
2042 snprintf(buf, sizeof(buf), "%d", (int)(o->mux_preload*AV_TIME_BASE));
2221 o->mux_preload = (36000 + 3 * 1200) / 90000.0; // 0.44
3012 { "muxpreload", OPT_FLOAT | HAS_ARG | OPT_EXPERT | OPT_OFFSET | OPT_OUTPUT, { .off = OFFSET(mux_preload) },
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davconv.c321 float mux_preload; member in struct:OptionsContext
4004 if (o->mux_preload) {
4006 snprintf(buf, sizeof(buf), "%d", (int)(o->mux_preload*AV_TIME_BASE));
4269 o->mux_preload = (36000 + 3 * 1200) / 90000.0; // 0.44
4498 { "muxpreload", OPT_FLOAT | HAS_ARG | OPT_EXPERT | OPT_OFFSET, {.off = OFFSET(mux_preload)}, "set the initial demux-decode delay", "seconds" },
H A Dffmpeg.c178 static float mux_preload= 0.5; variable
3828 oc->preload= (int)(mux_preload*AV_TIME_BASE);
4079 mux_preload= (36000+3*1200) / 90000.0; //0.44
4339 { "muxpreload", OPT_FLOAT | HAS_ARG | OPT_EXPERT, {(void*)&mux_preload}, "set the initial demux-decode delay", "seconds" },

Completed in 124 milliseconds