AV_DICT_MATCH_CASE  653 fftools/ffmpeg.c         av_dict_set(a, t->key, NULL, AV_DICT_MATCH_CASE);
AV_DICT_MATCH_CASE 1157 fftools/ffmpeg_opt.c     if (!av_dict_get(o->g->format_opts, "scan_all_pmts", NULL, AV_DICT_MATCH_CASE)) {
AV_DICT_MATCH_CASE 1170 fftools/ffmpeg_opt.c         av_dict_set(&o->g->format_opts, "scan_all_pmts", NULL, AV_DICT_MATCH_CASE);
AV_DICT_MATCH_CASE 2788 fftools/ffplay.c     if (!av_dict_get(format_opts, "scan_all_pmts", NULL, AV_DICT_MATCH_CASE)) {
AV_DICT_MATCH_CASE 2799 fftools/ffplay.c         av_dict_set(&format_opts, "scan_all_pmts", NULL, AV_DICT_MATCH_CASE);
AV_DICT_MATCH_CASE 2258 fftools/ffprobe.c                 AVDictionaryEntry *tag = av_dict_get(sd->metadata, "name", NULL, AV_DICT_MATCH_CASE);
AV_DICT_MATCH_CASE 2866 fftools/ffprobe.c     if (!av_dict_get(format_opts, "scan_all_pmts", NULL, AV_DICT_MATCH_CASE)) {
AV_DICT_MATCH_CASE 2881 fftools/ffprobe.c         av_dict_set(&format_opts, "scan_all_pmts", NULL, AV_DICT_MATCH_CASE);
AV_DICT_MATCH_CASE  146 libavcodec/frame_thread_encoder.c         AVDictionaryEntry *con = av_dict_get(options, "context", NULL, AV_DICT_MATCH_CASE);
AV_DICT_MATCH_CASE  155 libavcodec/frame_thread_encoder.c                                                NULL, AV_DICT_MATCH_CASE);
AV_DICT_MATCH_CASE  143 libavfilter/vf_cover_rect.c     ex = av_dict_get(in->metadata, "lavfi.rect.x", NULL, AV_DICT_MATCH_CASE);
AV_DICT_MATCH_CASE  144 libavfilter/vf_cover_rect.c     ey = av_dict_get(in->metadata, "lavfi.rect.y", NULL, AV_DICT_MATCH_CASE);
AV_DICT_MATCH_CASE  145 libavfilter/vf_cover_rect.c     ew = av_dict_get(in->metadata, "lavfi.rect.w", NULL, AV_DICT_MATCH_CASE);
AV_DICT_MATCH_CASE  146 libavfilter/vf_cover_rect.c     eh = av_dict_get(in->metadata, "lavfi.rect.h", NULL, AV_DICT_MATCH_CASE);
AV_DICT_MATCH_CASE  285 libavfilter/vf_subtitles.c     tag = av_dict_get(st->metadata, "mimetype", NULL, AV_DICT_MATCH_CASE);
AV_DICT_MATCH_CASE  364 libavfilter/vf_subtitles.c                               AV_DICT_MATCH_CASE);
AV_DICT_MATCH_CASE 1058 libavformat/hls.c         oldentry = av_dict_get(pls->id3_initial, entry->key, NULL, AV_DICT_MATCH_CASE);
AV_DICT_MATCH_CASE  530 libavformat/id3v2.c     if ((t = av_dict_get(m, tag, NULL, AV_DICT_MATCH_CASE)) &&
AV_DICT_MATCH_CASE 2136 libavformat/mov.c     AVDictionaryEntry *compatible_brands = av_dict_get(c->fc->metadata, "compatible_brands", NULL, AV_DICT_MATCH_CASE);
AV_DICT_MATCH_CASE  321 libavformat/riffenc.c         if (av_dict_get(s->metadata, riff_tags[i], NULL, AV_DICT_MATCH_CASE))
AV_DICT_MATCH_CASE  344 libavformat/riffenc.c                              NULL, AV_DICT_MATCH_CASE)))
AV_DICT_MATCH_CASE   55 libavutil/dict.c         if (flags & AV_DICT_MATCH_CASE)