mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[wpiutil] Rename PixelFormat constants to all caps
This commit is contained in:
@@ -17,7 +17,7 @@ public class RawFrame implements AutoCloseable {
|
||||
private int m_width;
|
||||
private int m_height;
|
||||
private int m_stride;
|
||||
private PixelFormat m_pixelFormat = PixelFormat.kUnknown;
|
||||
private PixelFormat m_pixelFormat = PixelFormat.UNKNOWN;
|
||||
private long m_time;
|
||||
private TimestampSource m_timeSource = TimestampSource.kUnknown;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user