diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-08-03 23:36:11 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-08-03 23:36:11 +0200 |
commit | 3a20c417cbf7d5db1d9d26abfbda388e58f96c18 (patch) | |
tree | a7552bff0a5164446eaade0dde570cd6111e474d /include/GsrInfo.hpp | |
parent | c080342fcd358561af7edc64cea2222880923b93 (diff) |
Align list items, dont process selected item twice if changed in event loop, mouse button events should only occur when pressing left mouse button
Diffstat (limited to 'include/GsrInfo.hpp')
-rw-r--r-- | include/GsrInfo.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/GsrInfo.hpp b/include/GsrInfo.hpp index b563000..483b40f 100644 --- a/include/GsrInfo.hpp +++ b/include/GsrInfo.hpp @@ -8,6 +8,7 @@ namespace gsr { struct SupportedVideoCodecs { bool h264 = false; + bool h264_software = false; bool hevc = false; bool av1 = false; bool vp8 = false; |