AV_ESCAPE_FLAG_STRICT

Escape only specified special characters. Without this flag, escape also any characters that may be considered special by av_get_token(), such as the single quote.

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

Meta