X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=bmusb%2Fbmusb.h;h=7a31a4d8372fb249b918bd6dde87d49f83cd834c;hb=c245ceb9081e412bb815480481670e295ddfc71a;hp=0ea7c369fb86e04398d41f019617c0e6f8e5eb74;hpb=824260a0732a49b5a18f2e16e04b0373c37a3bea;p=bmusb diff --git a/bmusb/bmusb.h b/bmusb/bmusb.h index 0ea7c36..7a31a4d 100644 --- a/bmusb/bmusb.h +++ b/bmusb/bmusb.h @@ -153,9 +153,9 @@ enum PixelFormat { // the stride member of VideoFormat. PixelFormat_10BitYCbCr, - // 8-bit 4:4:4:4 RGBA (in that order). bmusb itself doesn't + // 8-bit 4:4:4:4 BGRA (in that order). bmusb itself doesn't // produce this, but it is useful to represent e.g. synthetic inputs. - PixelFormat_8BitRGBA + PixelFormat_8BitBGRA }; typedef std::function