Skip to content
Snippets Groups Projects
Commit 52274ae0 authored by Frank Bossen's avatar Frank Bossen
Browse files

Define default value for Picture::m_numSubPic

Fixes issues with certain GDR conformance bitstreams
parent 1fdb3903
No related branches found
No related tags found
1 merge request!2781Define default value for Picture::m_numSubPic
Pipeline #13699 passed
...@@ -203,7 +203,7 @@ public: ...@@ -203,7 +203,7 @@ public:
PelStorage m_bufSubPicBelow; PelStorage m_bufSubPicBelow;
PelStorage m_bufSubPicLeft; PelStorage m_bufSubPicLeft;
PelStorage m_bufSubPicRight; PelStorage m_bufSubPicRight;
int m_numSubPic; int m_numSubPic = 1;
PelStorage m_bufWrapSubPicAbove; PelStorage m_bufWrapSubPicAbove;
PelStorage m_bufWrapSubPicBelow; 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