Opened 12 years ago Last modified 12 years ago #1039 closed enhancementcheck alignment_bit_equal_to_one — at Version 2
Description (last modified by ksuehring)
When we decode end_of_sub_stream_one_bit, the result must be one and it corresponds to alignment_bit_equal_to_one. I would like to add the following check : Void TDecSbac::updateContextTables( SliceType eSliceType, Int iQp ) { UInt uiBit; m_pcTDecBinIf->decodeBinTrm(uiBit); assert(uiBit); m_pcTDecBinIf->finish(); ... Change History (2)comment:1 Changed 12 years ago by DefaultCC Plugin
comment:2 Changed 12 years ago by ksuehring
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
|