deltacasttv / video-viewer

Cross platform Library that handles display of a video stream
Apache License 2.0
7 stars 0 forks source link

PixelFormat documentation is not obvious #12

Open julienalofs opened 11 months ago

julienalofs commented 11 months ago

There is no details about the pixel organisation. By example, It seems that PixelFormat::ycbcr_422_8 is Cb/Y/Cr but it is not documented.

Another example is PixelFormat::rgb_444_8: is that r/g/b or b/g/r or something else ? => it appears to be r/g/b but the documentation is not clear