]> git.sesse.net Git - nageru/blobdiff - nageru/cef_capture.cpp
Unify all the FRAME_SIZE #defines.
[nageru] / nageru / cef_capture.cpp
index 8837488f5795b4605ac028d32db295ba7d1b0817..95d997c07850b462e8c5a2b8524decf8be89d53a 100644 (file)
@@ -165,8 +165,6 @@ void CEFCapture::OnLoadEnd()
        });
 }
 
-#define FRAME_SIZE (8 << 20)  // 8 MB.
-
 void CEFCapture::configure_card()
 {
        if (video_frame_allocator == nullptr) {