Home
last modified time | relevance | path

Searched refs:init_encoder_time_base (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/fftools/
Dffmpeg.c3324 static void init_encoder_time_base(OutputStream *ost, AVRational default_time_base) in init_encoder_time_base() function
3424 init_encoder_time_base(ost, av_make_q(1, enc_ctx->sample_rate)); in init_output_stream_encode()
3428 init_encoder_time_base(ost, av_inv_q(ost->frame_rate)); in init_output_stream_encode()