mirror of
https://github.com/mpromonet/v4l2rtspserver
synced 2024-11-02 03:40:13 +00:00
fix unsigned/signed warning
This commit is contained in:
parent
556b5dfde4
commit
55ea4b8932
@ -37,7 +37,7 @@ class V4L2DeviceSource: public FramedSource
|
||||
~Frame() { delete [] m_buffer; };
|
||||
|
||||
char* m_buffer;
|
||||
int m_size;
|
||||
unsigned int m_size;
|
||||
timeval m_timestamp;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user