Home
last modified time | relevance | path

Searched refs:av_set_options_string (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavutil/tests/
Dopt.c229 av_set_options_string(&test_ctx, buf, "=", ","); in main()
317 if (av_set_options_string(&test_ctx, options[i], "=", ":") < 0) in main()
/third_party/ffmpeg/libavutil/
Dopt.h421 int av_set_options_string(void *ctx, const char *opts,
Dopt.c1479 int av_set_options_string(void *ctx, const char *opts, in av_set_options_string() function
/third_party/ffmpeg/tests/ref/fate/
Dopt159 Testing av_set_options_string()
/third_party/ffmpeg/libavfilter/
Dvf_drawtext.c890 ret = av_set_options_string(ctx, arg, "=", ":"); in command()
/third_party/ffmpeg/doc/
DAPIchanges2926 2010-09-27 - c85eef4 - lavu 50.31.0 - av_set_options_string()
2927 Move av_set_options_string() from libavfilter/parseutils.h to