Re: [PATCH 1/9] video: pixel_format: Add compare helpers

2025-07-11 Thread Javier Martinez Canillas
Thomas Zimmermann writes: Hello Thomas, > Add helpers that compare two pixel-format descriptions against > each other. > > Signed-off-by: Thomas Zimmermann > --- > include/video/pixel_format.h | 58 > 1 file changed, 58 insertions(+) > Reviewed-by: Javier

[PATCH 1/9] video: pixel_format: Add compare helpers

2025-06-17 Thread Thomas Zimmermann
Add helpers that compare two pixel-format descriptions against each other. Signed-off-by: Thomas Zimmermann --- include/video/pixel_format.h | 58 1 file changed, 58 insertions(+) diff --git a/include/video/pixel_format.h b/include/video/pixel_format.h index