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.h3006 AVRational av_stream_get_codec_timebase(const AVStream *st);
Dutils.c5886 AVRational av_stream_get_codec_timebase(const AVStream *st) function
/third_party/ffmpeg/fftools/
Dffmpeg.c3158 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/
DAPIchanges726 Add av_stream_get_codec_timebase()