View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000112 | JVT JM H.264/AVC reference software | encoder | public | 2008-05-20 14:32 | 2008-05-20 15:14 |
Reporter | chetandeep singh | Assigned To | Karsten Suehring | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | JM-14.0 | ||||
Fixed in Version | JM-14.1 | ||||
Summary | 0000112: unable to generate monochrome stream | ||||
Description | As an attempt was made to make a monochrome h.264 stream the encoder gave an assertion failure stating : Suffix length less than 32 in line 447 in vlc.c. Profile set : high input : only Y values. YUV format : 0 ( 4:0:0) | ||||
Tags | No tags attached. | ||||
|
It's already fixed in the development tree as follows: There seems to be a problem in the parameter initialization for 4:0:0. You can fix this in configfile.c function updateOutFormat ln. 170. replace params->source.bit_depth[1] = 0; params->output.bit_depth[1] = 0; with params->source.bit_depth[1] = 8; params->output.bit_depth[1] = 8; |
Date Modified | Username | Field | Change |
---|---|---|---|
2008-05-20 14:32 | chetandeep singh | New Issue | |
2008-05-20 15:14 | Karsten Suehring | Status | new => resolved |
2008-05-20 15:14 | Karsten Suehring | Fixed in Version | => JM-14.0-dev |
2008-05-20 15:14 | Karsten Suehring | Resolution | open => fixed |
2008-05-20 15:14 | Karsten Suehring | Assigned To | => Karsten Suehring |
2008-05-20 15:14 | Karsten Suehring | Note Added: 0000190 |