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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg.h117 SpecifierOpt *dump_attachment; member in struct:OptionsContext
H A Dffmpeg_opt.c749 static void dump_attachment(AVStream *st, const char *filename) function
976 if (check_stream_specifier(ic, st, o->dump_attachment[i].specifier) == 1)
977 dump_attachment(st, o->dump_attachment[i].u.str);
2862 { "dump_attachment", HAS_ARG | OPT_STRING | OPT_SPEC |
2863 OPT_EXPERT | OPT_INPUT, { .off = OFFSET(dump_attachment) },
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davconv.c302 SpecifierOpt *dump_attachment; member in struct:OptionsContext
3253 static void dump_attachment(AVStream *st, const char *filename) function
3392 if (check_stream_specifier(ic, st, o->dump_attachment[i].specifier) == 1)
3393 dump_attachment(st, o->dump_attachment[i].u.str);
4444 { "dump_attachment", HAS_ARG | OPT_STRING | OPT_SPEC, {.off = OFFSET(dump_attachment)}, "extract an attachment into a file", "filename" },

Completed in 189 milliseconds