Skip to content
Snippets Groups Projects
Commit b3a51b9a authored by Vadim Seregin's avatar Vadim Seregin
Browse files

Merge branch 'fix_JVET_AG0136_INTRA_TMP_LIC_init' into 'master'

fix SPS::m_itmpLicMode not being initialized at decoder if IBC is OFF

See merge request !636
parents 5009df6e 203dc8d8
No related branches found
No related tags found
1 merge request!636fix SPS::m_itmpLicMode not being initialized at decoder if IBC is OFF
Pipeline #12261 canceled
......@@ -3724,6 +3724,7 @@ SPS::SPS()
#endif
#if JVET_AG0136_INTRA_TMP_LIC
, m_itmpLicExtension ( false )
, m_itmpLicMode ( false )
#endif
#if TM_AMVP || TM_MRG || JVET_Z0084_IBC_TM || MULTI_PASS_DMVR
, m_DMVDMode ( false )
......
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