[codec,h264] fix missing static

This commit is contained in:
akallabeth
2025-01-14 21:05:58 +01:00
parent f1d1864e3c
commit b02e58a039

View File

@@ -37,7 +37,7 @@
static BOOL avc444_ensure_buffer(H264_CONTEXT* h264, DWORD nDstHeight);
BOOL yuv_ensure_buffer(H264_CONTEXT* h264, UINT32 stride, UINT32 width, UINT32 height)
static BOOL yuv_ensure_buffer(H264_CONTEXT* h264, UINT32 stride, UINT32 width, UINT32 height)
{
BOOL isNull = FALSE;
UINT32 pheight = height;