lego: implement/match MxVideoParam exported functions (#36)

Co-authored-by: itsmattkc <itsmattkc@gmail.com>
This commit is contained in:
Christian Semmler
2023-06-22 18:19:48 +02:00
committed by GitHub
parent 749a1f419b
commit a0fac56d4c
3 changed files with 47 additions and 24 deletions

View File

@@ -4,6 +4,7 @@
class MxRect32
{
public:
MxRect32() { }
MxRect32(int p_left, int p_top, int p_right, int p_bottom)
{
this->m_left = p_left;