AVDictionary     3403 3rdparty/include/ffmpeg_/libavcodec/avcodec.h int avcodec_open2(AVCodecContext *avctx, const AVCodec *codec, AVDictionary **options);
AVDictionary      727 3rdparty/include/ffmpeg_/libavformat/avformat.h     AVDictionary *metadata;
AVDictionary      910 3rdparty/include/ffmpeg_/libavformat/avformat.h     AVDictionary *metadata;
AVDictionary      937 3rdparty/include/ffmpeg_/libavformat/avformat.h     AVDictionary *metadata;
AVDictionary     1107 3rdparty/include/ffmpeg_/libavformat/avformat.h     AVDictionary *metadata;
AVDictionary     1536 3rdparty/include/ffmpeg_/libavformat/avformat.h int avformat_open_input(AVFormatContext **ps, const char *filename, AVInputFormat *fmt, AVDictionary **options);
AVDictionary     1582 3rdparty/include/ffmpeg_/libavformat/avformat.h int avformat_find_stream_info(AVFormatContext *ic, AVDictionary **options);
AVDictionary     1795 3rdparty/include/ffmpeg_/libavformat/avformat.h int avformat_write_header(AVFormatContext *s, AVDictionary **options);
AVDictionary      394 3rdparty/include/ffmpeg_/libavformat/avio.h                const AVIOInterruptCB *int_cb, AVDictionary **options);
AVDictionary       82 3rdparty/include/ffmpeg_/libavutil/dict.h typedef struct AVDictionary AVDictionary;
AVDictionary       93 3rdparty/include/ffmpeg_/libavutil/dict.h av_dict_get(AVDictionary *m, const char *key, const AVDictionaryEntry *prev, int flags);
AVDictionary      101 3rdparty/include/ffmpeg_/libavutil/dict.h int av_dict_count(const AVDictionary *m);
AVDictionary      113 3rdparty/include/ffmpeg_/libavutil/dict.h int av_dict_set(AVDictionary **pm, const char *key, const char *value, int flags);
AVDictionary      128 3rdparty/include/ffmpeg_/libavutil/dict.h int av_dict_parse_string(AVDictionary **pm, const char *str,
AVDictionary      140 3rdparty/include/ffmpeg_/libavutil/dict.h void av_dict_copy(AVDictionary **dst, AVDictionary *src, int flags);
AVDictionary      146 3rdparty/include/ffmpeg_/libavutil/dict.h void av_dict_free(AVDictionary **m);
AVDictionary       44 3rdparty/include/ffmpeg_/libavutil/frame.h     AVDictionary *metadata;
AVDictionary      401 3rdparty/include/ffmpeg_/libavutil/frame.h     AVDictionary *metadata;
AVDictionary      458 3rdparty/include/ffmpeg_/libavutil/frame.h AVDictionary *av_frame_get_metadata       (const AVFrame *frame);
AVDictionary      459 3rdparty/include/ffmpeg_/libavutil/frame.h void          av_frame_set_metadata       (AVFrame *frame, AVDictionary *val);
AVDictionary      464 3rdparty/include/ffmpeg_/libavutil/frame.h AVDictionary **avpriv_frame_get_metadatap(AVFrame *frame);
AVDictionary      480 3rdparty/include/ffmpeg_/libavutil/opt.h int av_opt_set_dict(void *obj, struct AVDictionary **options);
AVDictionary      275 modules/videoio/src/cap_ffmpeg_impl.hpp     AVDictionary *dict;