Don't select an overlay plane with a lower zpos than the primary plane

This commit is contained in:
Cameron Gutman
2024-06-23 17:55:27 -05:00
parent 94943d2865
commit 0f57abf6f8
2 changed files with 119 additions and 71 deletions
@@ -70,6 +70,7 @@ public:
#endif
private:
bool getPropertyByName(drmModeObjectPropertiesPtr props, const char* name, uint64_t *value);
const char* getDrmColorEncodingValue(AVFrame* frame);
const char* getDrmColorRangeValue(AVFrame* frame);
bool mapSoftwareFrame(AVFrame* frame, AVDRMFrameDescriptor* mappedFrame);