View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000121 | JVT JM H.264/AVC reference software | decoder | public | 2008-08-09 09:42 | 2008-08-11 11:03 |
Reporter | Weiwei Chen | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | duplicate | ||
Product Version | JM 13.0 | ||||
Summary | 0000121: currSlice->next_header never changes | ||||
Description | In 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. | ||||
Tags | No tags attached. | ||||
duplicate of | 0000035 | closed | Karsten Suehring | decode_one_frame() now decodes all frames! |
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 |