AVCodecContext.max_b_frames

maximum number of B-frames between non-B-frames Note: The output will be delayed by max_b_frames+1 relative to the input. - encoding: Set by user. - decoding: unused

struct AVCodecContext
int max_b_frames;

Meta