Searched refs:opt_subtitle_codec (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_opt.c207 static int opt_subtitle_codec(void *optctx, const char *opt, const char *arg) function
2375 else if (!strcmp(key, "scodec")) opt_subtitle_codec(o, key, value);
2993 { "scodec", OPT_SUBTITLE | HAS_ARG | OPT_PERFILE | OPT_INPUT | OPT_OUTPUT, { .func_arg = opt_subtitle_codec },
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Dffmpeg.c2941 static int opt_subtitle_codec(const char *opt, const char *arg) function
4208 opt_subtitle_codec(tmp, tmp2);
4327 { "scodec", HAS_ARG | OPT_SUBTITLE, {(void*)opt_subtitle_codec}, "force subtitle codec ('copy' to copy stream)", "codec" },
H A Davconv.c2933 static int opt_subtitle_codec(OptionsContext *o, const char *opt, const char *arg) function
4490 { "scodec", HAS_ARG | OPT_SUBTITLE | OPT_FUNC2, {(void*)opt_subtitle_codec}, "force subtitle codec ('copy' to copy stream)", "codec" },

Completed in 215 milliseconds