AV_DICT_DONT_STRDUP_KEY

< Take ownership of a key that's been allocated with av_malloc() or another memory allocation function.

extern (C) @nogc nothrow
enum AV_DICT_DONT_STRDUP_KEY = 4;

Meta