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.

@nogc nothrow extern (C)
enum AV_OPT_ALLOW_NULL = 0x0004;

Meta