FFmpeg
Data Fields
AVDictionary Struct Reference

Data Fields

int count
 
AVDictionaryEntryelems
 

Detailed Description

Examples
avio_http_serve_files.c, extract_mvs.c, filter_audio.c, mux.c, and qsv_transcode.c.

Definition at line 34 of file dict.c.

Field Documentation

◆ count

int AVDictionary::count

Definition at line 35 of file dict.c.

Referenced by av_dict_count(), av_dict_free(), av_dict_iterate(), and av_dict_set().

◆ elems

AVDictionaryEntry* AVDictionary::elems

Definition at line 36 of file dict.c.

Referenced by av_dict_free(), av_dict_iterate(), and av_dict_set().


The documentation for this struct was generated from the following file: