Searched refs:supported_framerates (Results 1 – 5 of 5) sorted by relevance
217 …const AVRational *supported_framerates; ///< array of supported framerates, or NULL if any, array … member
1230 .p.supported_framerates = ff_mpeg12_frame_rate_tab + 1,1247 .p.supported_framerates = ff_mpeg2_frame_rate_tab,
90 if (codec->pix_fmts || codec->supported_framerates) in main()
345 if (c->supported_framerates) { in print_codec()346 const AVRational *fps = c->supported_framerates; in print_codec()
2987 if (ost->enc->supported_framerates && !ost->force_fps) { in init_output_stream_encode()2988 int idx = av_find_nearest_q_idx(ost->frame_rate, ost->enc->supported_framerates); in init_output_stream_encode()2989 ost->frame_rate = ost->enc->supported_framerates[idx]; in init_output_stream_encode()