Opened 14 years ago Closed 13 years ago #172 closed defect (fixed)HM3.1 SAO and multiple SPS/PPS
Description
In HM3.1, if TEncGOP.cpp is modified to code a PPS and SPS with every frame, by commenting out the guard by m_bSeqFirst at line 427, then the decoder will decode but reports MD5 mismatches.
When SAO is turned off, these MD5 mismatches disappear.
Running the decoder with valgrind returns the error:
==16136== Conditional jump or move depends on uninitialised value(s)
An example command line is :
The output of the decoder is still viewable and differs only by small values from the encoder local output, suggesting it is indeed SAO that is at fault.
Thomas Davies Change History (4)comment:1 Changed 13 years ago by thomasd
comment:2 Changed 13 years ago by davidf
Updating component after adding WD (Text) tickets comment:3 Changed 13 years ago by davidf
comment:4 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
|
Not applicable with later revisions to PPS/SPS handling.