Home
last modified time | relevance | path

Searched defs:AVDictionary (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavutil/
Ddict.c30 struct AVDictionary { struct
32 AVDictionaryEntry *elems; argument
35 int av_dict_count(const AVDictionary *m) in av_dict_count() argument
Ddict.h86 typedef struct AVDictionary AVDictionary; typedef