X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=nageru%2Fcef_capture.cpp;h=fcd91a73ffb13fb858706ceb11f83acfd94a4589;hb=8d82aad66e679b5a03d1d3bc563614207815b7a9;hp=8837488f5795b4605ac028d32db295ba7d1b0817;hpb=044bd0ad6c64dade408b71f4bb11c6fda1244dab;p=nageru diff --git a/nageru/cef_capture.cpp b/nageru/cef_capture.cpp index 8837488..fcd91a7 100644 --- a/nageru/cef_capture.cpp +++ b/nageru/cef_capture.cpp @@ -7,6 +7,7 @@ #include "cef_capture.h" #include "nageru_cef_app.h" +#include "nageru/defs.h" #undef CHECK #include @@ -165,8 +166,6 @@ void CEFCapture::OnLoadEnd() }); } -#define FRAME_SIZE (8 << 20) // 8 MB. - void CEFCapture::configure_card() { if (video_frame_allocator == nullptr) {