Home
last modified time | relevance | path

Searched refs:AVFMT_FLAG_NOPARSE (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavformat/
Doptions_table.h47 …AVParsers, this needs nofillin too", 0, AV_OPT_TYPE_CONST, {.i64 = AVFMT_FLAG_NOPARSE }, INT_MIN, …
Davformat.h1371 #define AVFMT_FLAG_NOPARSE 0x0020 ///< Do not use AVParsers, you also must set AVFMT_FLAG_NOFI… macro
Dutils.c1619 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) {
/third_party/ffmpeg/doc/
DAPIchanges2173 AVFMT_FLAG_NOPARSE | AVFMT_FLAG_NOFILLIN in AVFormatContext.flags