AVStream.last_discard_sample

The sample after last sample that is intended to be discarded after first_discard_sample. Works on frame boundaries only. Used to prevent early EOF if the gapless info is broken (considered concatenated mp3s).

struct AVStream
int64_t last_discard_sample;

Meta