Update Windows and macOS to FFmpeg 5.0

This commit is contained in:
Cameron Gutman
2022-01-21 23:09:43 -06:00
parent ee5918cf4e
commit a58649fd10
5 changed files with 29 additions and 127 deletions

View File

@@ -83,7 +83,7 @@ void DXVA2Renderer::ffPoolDummyDelete(void*, uint8_t*)
/* Do nothing */
}
AVBufferRef* DXVA2Renderer::ffPoolAlloc(void* opaque, int)
AVBufferRef* DXVA2Renderer::ffPoolAlloc(void* opaque, FF_POOL_SIZE_TYPE)
{
DXVA2Renderer* me = reinterpret_cast<DXVA2Renderer*>(opaque);