Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FFmpeg/FFmpeg
/ get_fps
Function
get_fps
libavcodec/ratecontrol.c:67–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
}
66
67
static double get_fps(AVCodecContext *avctx)
68
{
69
return av_q2d(get_fpsQ(avctx));
70
}
71
72
static inline double qp2bits(const RateControlEntry *rce, double qp)
73
{
Callers
4
modify_qscale
Function · 0.85
ff_rate_control_init
Function · 0.85
ff_vbv_update
Function · 0.85
ff_rate_estimate_qscale
Function · 0.85
Calls
2
av_q2d
Function · 0.85
get_fpsQ
Function · 0.85
Tested by
no test coverage detected