Searched refs:mfx_tb (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ | ||
H A D | qsvdec.c | 53 static const AVRational mfx_tb = { 1, 90000 }; variable 57 av_rescale_q(pts, pts_tb, mfx_tb) : pts) 61 av_rescale_q(mfx_pts, mfx_tb, pts_tb) : mfx_pts) |
Completed in 2 milliseconds