ffmpeg4d ~master (2019-03-09T23:21:58Z)
Dub
Repo
av_dict_free
ffmpeg
libavutil
dict
Free all the memory allocated for an AVDictionary struct and all keys and values.
extern (
C
) @
nogc
nothrow
void
av_dict_free
(
AVDictionary
**
m
)
Meta
Source
See Implementation
ffmpeg
libavutil
dict
functions
av_dict_copy
av_dict_count
av_dict_free
av_dict_get
av_dict_get_string
av_dict_parse_string
av_dict_set
av_dict_set_int
manifest constants
AV_DICT_APPEND
AV_DICT_DONT_OVERWRITE
AV_DICT_DONT_STRDUP_KEY
AV_DICT_DONT_STRDUP_VAL
AV_DICT_IGNORE_SUFFIX
AV_DICT_MATCH_CASE
AV_DICT_MULTIKEY
structs
AVDictionary
AVDictionaryEntry
Free all the memory allocated for an AVDictionary struct and all keys and values.