av_dict_set_int

Convenience wrapper for av_dict_set that converts the value to a string and stores it.

Note: If AV_DICT_DONT_STRDUP_KEY is set, key will be freed on error.

@nogc nothrow extern (C)
int
av_dict_set_int
(,
const char* key
,
long value
,
int flags
)

Meta