View Issue Details

IDProjectCategoryView StatusLast Update
0000121JVT JM H.264/AVC reference softwaredecoderpublic2008-08-11 11:03
ReporterWeiwei Chen Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionduplicate 
Product VersionJM 13.0 
Summary0000121: currSlice->next_header never changes
DescriptionIn decode_one_frame(), there is a while loop for each slice in one frame. The condition of this while loop is ((currSlice->next_header != EOS && currSlice->next_header != SOP)). Here, we found out that the value of currSlice->next_header never changes after initialization. It looks wired to have an unchanged value as the only condition variable. This problem will not prevent the decoder to behave correctly but lead to worse understanding of the source code.
TagsNo tags attached.

Relationships

duplicate of 0000035 closedKarsten Suehring decode_one_frame() now decodes all frames! 

Activities

Karsten Suehring

2008-08-11 11:03

administrator   ~0000215

closing as duplicate

Issue History

Date Modified Username Field Change
2008-08-09 09:42 Weiwei Chen New Issue
2008-08-11 11:02 Karsten Suehring Relationship added duplicate of 0000035
2008-08-11 11:03 Karsten Suehring Note Added: 0000215
2008-08-11 11:03 Karsten Suehring Status new => closed
2008-08-11 11:03 Karsten Suehring Resolution open => duplicate