Searched refs:AVFMT_FLAG_NOPARSE (Results 1 – 4 of 4) sorted by relevance
47 …AVParsers, this needs nofillin too", 0, AV_OPT_TYPE_CONST, {.i64 = AVFMT_FLAG_NOPARSE }, INT_MIN, …
1371 #define AVFMT_FLAG_NOPARSE 0x0020 ///< Do not use AVParsers, you also must set AVFMT_FLAG_NOFI… macro
1619 if (st->need_parsing && !st->parser && !(s->flags & AVFMT_FLAG_NOPARSE)) { in read_frame_internal()3701 if (!st->parser && !(ic->flags & AVFMT_FLAG_NOPARSE) && st->internal->request_probe <= 0) {
2173 AVFMT_FLAG_NOPARSE | AVFMT_FLAG_NOFILLIN in AVFormatContext.flags