[mythtv-commits] [MythTV/mythtv] 8d56a6: Display of OpenGL RGBA parameters wrong
kmdewaal
noreply at github.com
Sat Feb 3 13:13:08 UTC 2024
Branch: refs/heads/master
Home: https://github.com/MythTV/mythtv
Commit: 8d56a65cf3bad151ee75c60e3b6dc4b80566c820
https://github.com/MythTV/mythtv/commit/8d56a65cf3bad151ee75c60e3b6dc4b80566c820
Author: Martin Bene <Martin.Bene at icomedias.com>
Date: 2024-02-03 (Sat, 03 Feb 2024)
Changed paths:
M mythtv/libs/libmythui/opengl/mythrenderopengl.cpp
Log Message:
-----------
Display of OpenGL RGBA parameters wrong
In the OpenGL debug output the number of bits in each pixel for R, G and B is given.
Instead of the bits for B (blue) the number of bits for G (green) is repeated.
This is now fixed by replacing the 2nd greenBufferSize with blueBufferSize.
Thanks to Martin Bene.
More information about the mythtv-commits
mailing list