MCPcopy Create free account
hub / github.com/IENT/YUView / getTimeBase

Method getTimeBase

YUViewLib/src/ffmpeg/AVCodecContextWrapper.cpp:464–468  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

462}
463
464AVRational AVCodecContextWrapper::getTimeBase()
465{
466 this->update();
467 return this->time_base;
468}
469
470QByteArray AVCodecContextWrapper::getExtradata()
471{

Callers

nothing calls this directly

Calls 1

updateMethod · 0.95

Tested by

no test coverage detected