mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2025-11-05 11:56:37 +00:00
fix typo
This commit is contained in:
parent
8a88488a42
commit
7fa13901d4
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ public enum WebcamPixelFormat {
|
|||
PIX_FMT_YUVS("yuvs", true),
|
||||
PIX_FMT_RGB24("RGB3", true),
|
||||
PIX_FMT_YUYV("YUYV", true),
|
||||
PIX_FMT_MPJG("MPJG", true),
|
||||
PIX_FMT_MJPG("MJPG", true),
|
||||
PIX_FMT_YUY2("YUY2", true),
|
||||
PIX_FMT_NV12("NV12", false);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue