Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Davformat.h2901 AVRational av_stream_get_codec_timebase(const AVStream *st);
Davformat.c691 AVRational av_stream_get_codec_timebase(const AVStream *st) in av_stream_get_codec_timebase() function
/third_party/ffmpeg/fftools/
Dffmpeg.c2766 … ost->st->time_base = av_add_q(av_stream_get_codec_timebase(ost->st), (AVRational){0, 1}); in init_output_stream_streamcopy()
/third_party/ffmpeg/doc/
DAPIchanges1005 Add av_stream_get_codec_timebase()