AVCodecContext.trailing_padding

Audio only. The amount of padding (in samples) appended by the encoder to the end of the audio. I.e. this number of decoded samples must be discarded by the caller from the end of the stream to get the original audio without any trailing padding.

- decoding: unused - encoding: unused

struct AVCodecContext
int trailing_padding;

Meta