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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/doc/
H A Dprint_options.c42 static void print_option(const AVOption *opts, const AVOption *o, int per_stream) argument
47 printf("@item -%s%s @var{", o->name, per_stream ? "[:stream_specifier]" : "");
87 static void show_opts(const AVOption *opts, int per_stream) argument
94 print_option(opts, o, per_stream);

Completed in 208 milliseconds