Lines Matching refs:string
35 char *string;
72 {"string", "set string", OFFSET(string), AV_OPT_TYPE_STRING, { .str = "default" }, CHAR_MIN, CHAR_MAX, 1 },
131 printf("string=%s\n", test_ctx.string);
255 "string=:",
260 "num=42 : string=blahblah",
315 av_log(&test_ctx, AV_LOG_DEBUG, "Setting options string '%s'\n", options[i]);
341 static const char * const shorthand[] = { "num", "string", NULL };
349 av_log(&test_ctx, AV_LOG_DEBUG, "Setting options string '%s'\n", options[i]);