Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/tests/
Dopt.c177 TestContext test2_ctx = { 0 }; in main() local
180 test2_ctx.class = &test_class; in main()
198 ret2 = av_opt_set(&test2_ctx, o->name, value1, 0); in main()
200 ret3 = av_opt_get(&test2_ctx, o->name, 0, (uint8_t **)&value2); in main()
212 av_opt_free(&test2_ctx); in main()