V4LEncoder: remove unused member variable buf_in (#25870)

old-commit-hash: 3b9add56025a2807bd7a75d105421f7c276e578b
This commit is contained in:
Dean Lee
2022-09-23 01:40:41 +08:00
committed by GitHub
parent 288b5fcdb0
commit b7d7436556
-1
View File
@@ -28,7 +28,6 @@ private:
static void dequeue_handler(V4LEncoder *e);
std::thread dequeue_handler_thread;
VisionBuf buf_in[BUF_IN_COUNT];
VisionBuf buf_out[BUF_OUT_COUNT];
SafeQueue<unsigned int> free_buf_in;
};