Skip to content
Snippets Groups Projects
Commit 7a5420cd authored by Remy Foray's avatar Remy Foray
Browse files

Fix use of a not initialized value when decoding

parent 9d7e274c
No related branches found
No related tags found
No related merge requests found
......@@ -226,7 +226,7 @@ public:
int m_targetSubPicIdx;
DCI* m_dci;
EnumArray<ParameterSetMap<APS>, ApsType> *m_apsMapEnc;
EnumArray<ParameterSetMap<APS>, ApsType> *m_apsMapEnc = nullptr;
#if GDR_LEAK_TEST
public:
int m_gdrPocRandomAccess;
......
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