mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-05 07:40:01 +00:00
fix valgrind warning about Conditional jump or move depends on uninitialised value(s)
This commit is contained in:
parent
71a2a1be8e
commit
436620fff9
1 changed files with 2 additions and 0 deletions
|
@ -95,6 +95,8 @@ MotionCells::MotionCells ()
|
|||
m_saveerrorcode = 0;
|
||||
m_alpha = 0.5;
|
||||
m_beta = 0.5;
|
||||
m_useAlpha = false;
|
||||
m_isVisible = false;
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue