AVCodecContext.framerate

- decoding: For codecs that store a framerate value in the compressed bitstream, the decoder may export it here. { 0, 1} when unknown. - encoding: May be used to signal the framerate of CFR content to an encoder.

struct AVCodecContext
AVRational framerate;

Meta