AVStreamParseType

@}

Values

ValueMeaning
AVSTREAM_PARSE_NONE0
AVSTREAM_PARSE_FULL1

< full parsing and repack

AVSTREAM_PARSE_HEADERS2

< Only parse headers, do not repack.

AVSTREAM_PARSE_TIMESTAMPS3

< full parsing and interpolation of timestamps for frames not starting on a packet boundary

AVSTREAM_PARSE_FULL_ONCE4

< full parsing and repack of the first frame only, only implemented for H.264 currently

AVSTREAM_PARSE_FULL_RAW5

< full parsing and repack with timestamp and position generation by parser for raw this assumes that each packet in the file contains no demuxer level headers and just codec level data, otherwise position generation would fail

Meta