Skip to content
Snippets Groups Projects
Commit 42a062f1 authored by Xiang Li's avatar Xiang Li
Browse files

Merge branch 'fixconf1' into 'master'

Define default value for Picture::m_numSubPic

See merge request jvet/VVCSoftware_VTM!2781
parents 1fdb3903 52274ae0
No related branches found
No related tags found
No related merge requests found
......@@ -203,7 +203,7 @@ public:
PelStorage m_bufSubPicBelow;
PelStorage m_bufSubPicLeft;
PelStorage m_bufSubPicRight;
int m_numSubPic;
int m_numSubPic = 1;
PelStorage m_bufWrapSubPicAbove;
PelStorage m_bufWrapSubPicBelow;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment