AV_OPT_TYPE_DICT  553 libavcodec/librav1e.c     { "rav1e-params", "set the rav1e configuration using a :-separated list of key=value parameters", OFFSET(rav1e_opts), AV_OPT_TYPE_DICT, { 0 }, 0, 0, VE },
AV_OPT_TYPE_DICT 1654 libavcodec/libvpxenc.c     { "ts-parameters",   "Temporal scaling configuration using a :-separated list of key=value parameters", OFFSET(vpx_ts_parameters), AV_OPT_TYPE_DICT, {.str=NULL},  0,  0, VE}, \
AV_OPT_TYPE_DICT 1120 libavcodec/libx264.c     { "x264-params",  "Override the x264 configuration using a :-separated list of key=value parameters", OFFSET(x264_params), AV_OPT_TYPE_DICT, { 0 }, 0, 0, VE },
AV_OPT_TYPE_DICT  664 libavcodec/libx265.c     { "x265-params", "set the x265 configuration using a :-separated list of key=value parameters", OFFSET(x265_opts), AV_OPT_TYPE_DICT,   { 0 }, 0, 0, VE },
AV_OPT_TYPE_DICT  264 libavcodec/libxavs2.c     { "xavs2-params"    ,   "set the xavs2 configuration using a :-separated list of key=value parameters", OFFSET(xavs2_opts), AV_OPT_TYPE_DICT, { 0 }, 0, 0, VE },
AV_OPT_TYPE_DICT 2355 libavformat/dashenc.c     { "format_options","set list of options for the container format (mp4/webm) used for dash", OFFSET(format_options), AV_OPT_TYPE_DICT, {.str = NULL},  0, 0, E},
AV_OPT_TYPE_DICT 2369 libavformat/dashenc.c     { "http_opts", "HTTP protocol options", OFFSET(http_opts), AV_OPT_TYPE_DICT, { .str = NULL }, 0, 0, E },
AV_OPT_TYPE_DICT  610 libavformat/fifo.c          AV_OPT_TYPE_DICT, {.str = NULL}, 0, 0, AV_OPT_FLAG_ENCODING_PARAM},
AV_OPT_TYPE_DICT 2947 libavformat/hlsenc.c     {"hls_ts_options","set hls mpegts list of options for the container format used for hls", OFFSET(format_options), AV_OPT_TYPE_DICT, {.str = NULL},  0, 0,    E},
AV_OPT_TYPE_DICT  156 libavformat/http.c     { "metadata", "metadata read from the bitstream", OFFSET(metadata), AV_OPT_TYPE_DICT, {0}, 0, 0, AV_OPT_FLAG_EXPORT },
AV_OPT_TYPE_DICT  248 libavformat/img2enc.c     { "protocol_opts", "specify protocol options for the opened files", OFFSET(protocol_opts), AV_OPT_TYPE_DICT, {0}, 0, 0, ENC },
AV_OPT_TYPE_DICT 1050 libavformat/segment.c     { "segment_format_options", "set list of options for the container format used for the segments", OFFSET(format_options), AV_OPT_TYPE_DICT, {.str = NULL}, 0, 0, E },
AV_OPT_TYPE_DICT   70 libavformat/tee.c          AV_OPT_TYPE_DICT, {.str = NULL}, 0, 0, AV_OPT_FLAG_ENCODING_PARAM},
AV_OPT_TYPE_DICT  546 libavutil/opt.c     case AV_OPT_TYPE_DICT:
AV_OPT_TYPE_DICT  876 libavutil/opt.c     case AV_OPT_TYPE_DICT:
AV_OPT_TYPE_DICT 1039 libavutil/opt.c     if (o->type != AV_OPT_TYPE_DICT)
AV_OPT_TYPE_DICT 1201 libavutil/opt.c             case AV_OPT_TYPE_DICT:
AV_OPT_TYPE_DICT 1277 libavutil/opt.c                    opt->type == AV_OPT_TYPE_DICT       ||
AV_OPT_TYPE_DICT 1328 libavutil/opt.c             case AV_OPT_TYPE_DICT:
AV_OPT_TYPE_DICT 1417 libavutil/opt.c             case AV_OPT_TYPE_DICT:
AV_OPT_TYPE_DICT 1620 libavutil/opt.c         case AV_OPT_TYPE_DICT:
AV_OPT_TYPE_DICT 1805 libavutil/opt.c         } else if (o->type == AV_OPT_TYPE_DICT) {
AV_OPT_TYPE_DICT 2003 libavutil/opt.c     case AV_OPT_TYPE_DICT: {
AV_OPT_TYPE_DICT   94 libavutil/tests/opt.c     {"dict1",      "set dictionary value", OFFSET(dict1),        AV_OPT_TYPE_DICT,           { .str = NULL},                    0,         0, 1 },
AV_OPT_TYPE_DICT   95 libavutil/tests/opt.c     {"dict2",      "set dictionary value", OFFSET(dict2),        AV_OPT_TYPE_DICT,           { .str = "happy=':-)'"},           0,         0, 1 },