Skip to content

Commit f7a2b4e

Browse files
Alain Volmatkartben
authored andcommitted
doc: release-notes-4-2: 8 bit bayer format renaming explanation
All 4 variants of 8 bit raw bayer video format renaming explained. Signed-off-by: Alain Volmat <alain.volmat@foss.st.com>
1 parent 2d46727 commit f7a2b4e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

doc/releases/migration-guide-4.2.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -490,6 +490,16 @@ xSPI
490490
Note that the property gives the actual size of the memory device in bits.
491491
Previous mapping address information is now described in xspi node at SoC dtsi level.
492492

493+
Video
494+
=====
495+
496+
* 8 bit RAW Bayer formats BGGR8 / GBRG8 / GRBG8 / RGGB8 have been renamed by adding
497+
a S prefix in front:
498+
499+
``VIDEO_PIX_FMT_BGGR8`` becomes ``VIDEO_PIX_FMT_SBGGR8``
500+
``VIDEO_PIX_FMT_GBRG8`` becomes ``VIDEO_PIX_FMT_SGBRG8``
501+
``VIDEO_PIX_FMT_GRBG8`` becomes ``VIDEO_PIX_FMT_SGRBG8``
502+
``VIDEO_PIX_FMT_RGGB8`` becomes ``VIDEO_PIX_FMT_SRGGB8``
493503

494504
Other subsystems
495505
****************

0 commit comments

Comments
 (0)