AV_OPT_ALLOW_NULL

In av_opt_get, return NULL if the option has a pointer type and is set to NULL, rather than returning an empty string.

extern (C) @nogc nothrow
enum AV_OPT_ALLOW_NULL = 1 << 2;

Meta