Opened 13 years ago Closed 13 years ago #261 closed defect (fixed)wavefrontsynchro=1 causes decoder crashes
Description
A newly introduced CABAC context (m_cCUSigCoeffGroupSCModel) is not being saved correctly in the encoder when WaveFrontSynchro is activated in the config. This causes decoder mismatches and crashes.
Although the minimum change is just to save the context correctly in TEncSbac::xCopyContextsFrom, the attached patches change both TEncSbac::xCopyContextsFrom and TDecSbac::xCopyContextsFrom, replacing the by-name context copies with a single memcpy. This will avoid future problems like this. Attachments (2)Change History (5)comment:1 Changed 13 years ago by DefaultCC Plugin
Changed 13 years ago by gordonChanged 13 years ago by gordoncomment:2 Changed 13 years ago by ksuehring
comment:3 Changed 13 years ago by davidf
Note: See
TracTickets for help on using
tickets. | This list contains all users that will be notified about changes made to this ticket. These roles will be notified: Reporter, Owner, Subscriber, Participant
|
Patch applied in rev 1702 (HM-5.0-dev-bugfix)