MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / av_stream_get_codec_timebase

Function av_stream_get_codec_timebase

libavformat/avformat.c:775–778  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

773}
774
775AVRational av_stream_get_codec_timebase(const AVStream *st)
776{
777 return cffstream(st)->avctx ? cffstream(st)->avctx->time_base : cffstream(st)->transferred_mux_tb;
778}
779#endif
780
781void avpriv_set_pts_info(AVStream *st, int pts_wrap_bits,

Callers

nothing calls this directly

Calls 1

cffstreamFunction · 0.85

Tested by

no test coverage detected