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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dopt.h565 * @param ropts pointer to the options string, will be updated to
581 int av_opt_get_key_value(const char **ropts,
H A Dopt.c1315 static int get_key(const char **ropts, const char *delim, char **rkey) argument
1317 const char *opts = *ropts;
1332 *ropts = opts;
1336 int av_opt_get_key_value(const char **ropts, argument
1343 const char *opts = *ropts;
1352 *ropts = opts;

Completed in 113 milliseconds