The API of VP9 exposes a WasFrameHidden() function which accesses this member. Given the constructor previously didn't initialize this member, it's a potential vector for an uninitialized read. Instead, we can initialize this to a deterministic value to prevent that from occurring. |
||
|---|---|---|
| .. | ||
| codec.cpp | ||
| codec.h | ||
| h264.cpp | ||
| h264.h | ||
| vp9_types.h | ||
| vp9.cpp | ||
| vp9.h | ||