On Mon Oct 16 22:02:01 2023 +0000, Fabian Maurer wrote:
It doesn't get bigger than `sizeof(VIDEOINFOHEADER) + 1024`, the maximum size is fix. Do we really need to put this on the heap? It wouldn't be the first time we have 2KB buffers on the stack.
Don't know, I'll leave it for @rbernon to decide.