AV_DICT_DONT_STRDUP_VAL

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

extern (C) @nogc nothrow
enum AV_DICT_DONT_STRDUP_VAL = 8;

Meta