fix unsigned/signed warning

This commit is contained in:
Michel Promonet 2018-02-25 23:55:20 +01:00
parent 556b5dfde4
commit 55ea4b8932

View File

@ -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;
};