mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-18 07:42:08 +08:00
V4LEncoder: remove unused member variable buf_in (#25870)
old-commit-hash: 3b9add56025a2807bd7a75d105421f7c276e578b
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user