CODEC_FLAG_EMU_EDGE

@deprecated edges are not used/required anymore. I.e. this flag is now always set.

@nogc nothrow extern (C)
static if(FF_API_WITHOUT_PREFIX)
static if(FF_API_EMU_EDGE)
enum CODEC_FLAG_EMU_EDGE = 0x4000;

Meta