AV_DICT_APPEND

< If the entry already exists, append to it. Note that no delimiter is added, the strings are simply concatenated.

extern (C) @nogc nothrow
enum AV_DICT_APPEND = 32;

Meta