Pass the maximum frame rate into FFmpeg renderers
This commit is contained in:
parent
e467ce7ce8
commit
f171588616
11 changed files with 21 additions and 14 deletions
|
|
@ -27,7 +27,7 @@ VAAPIRenderer::~VAAPIRenderer()
|
|||
}
|
||||
|
||||
bool
|
||||
VAAPIRenderer::initialize(SDL_Window* window, int, int width, int height)
|
||||
VAAPIRenderer::initialize(SDL_Window* window, int, int width, int height, int)
|
||||
{
|
||||
int err;
|
||||
SDL_SysWMinfo info;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue