diff options
| author | Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> | 2025-02-05 11:57:52 +0200 |
|---|---|---|
| committer | Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> | 2025-03-26 15:44:00 +0200 |
| commit | 1936a703bf1a3b27db9bb4d503b861f6d1fa2e74 (patch) | |
| tree | 32cd970cb30f072540b19bfedb4eccb6be590584 /kms++/src/dumbframebuffer.cpp | |
| parent | a9e7ecab862183399c5947931f2bad69ecec393d (diff) | |
PixelFormats: clean fourcc management
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Diffstat (limited to 'kms++/src/dumbframebuffer.cpp')
| -rw-r--r-- | kms++/src/dumbframebuffer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kms++/src/dumbframebuffer.cpp b/kms++/src/dumbframebuffer.cpp index 28039b6..bdc584e 100644 --- a/kms++/src/dumbframebuffer.cpp +++ b/kms++/src/dumbframebuffer.cpp @@ -20,7 +20,7 @@ using namespace std; namespace kms { DumbFramebuffer::DumbFramebuffer(Card& card, uint32_t width, uint32_t height, const string& fourcc) - : DumbFramebuffer(card, width, height, FourCCToPixelFormat(fourcc)) + : DumbFramebuffer(card, width, height, fourcc_str_to_pixel_format(fourcc)) { } |
