AVFMT_FLAG_NOPARSE

< Do not use AVParsers, you also must set AVFMT_FLAG_NOFILLIN as the fillin code works on frames and no parsing -> no frames. Also seeking to frames can not work if parsing to find frame boundaries has been disabled

@nogc nothrow extern (C)
enum AVFMT_FLAG_NOPARSE = 0x0020;

Meta