Home
last modified time | relevance | path

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

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/VideoPlayer/DVDCodecs/Video/
H A DDVDVideoCodecFFmpeg.cpp727 int64_t framePTS = m_pDecodedFrame->best_effort_timestamp; in GetPicture() local
733 framePTS != AV_NOPTS_VALUE && in GetPicture()
734 framePTS > (m_dropCtrl.m_lastPTS + m_dropCtrl.m_diffPTS * 1.5)) in GetPicture()
741 m_dropCtrl.Process(framePTS, m_pCodecContext->skip_frame > AVDISCARD_DEFAULT); in GetPicture()