View Issue Details

IDProjectCategoryView StatusLast Update
0000190JVT JM H.264/AVC reference softwaredecoderpublic2011-04-06 16:04
ReporterEnrico Masala Assigned ToKarsten Suehring  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product VersionJM 16.1 
Fixed in VersionJM 18.0 
Summary0000190: Flag "Write 4:2:0 chroma components for monochrome streams" is not considered in the decoder.cfg file
DescriptionFlag "Write 4:2:0 chroma components for monochrome streams" is not considered in the decoder.cfg file

Default setting "0" for flag "Write 4:2:0 chroma components for monochrome streams" is not considered in the decoder.cfg file

Bug correction (line number w.r.t. JM16.1):
----------------------------------------
in ldecod/src/ldecod.c, line 703, delete:
      p_Inp->write_uv=1;
(which always sets the flag regardless of the decoder config file)

Once the line is deleted, the rest of the decoder seems to work correctly with monochrome streams.

TagsNo tags attached.

Activities

Karsten Suehring

2011-04-06 16:04

administrator   ~0000430

fixed

Issue History

Date Modified Username Field Change
2009-09-30 13:31 Enrico Masala New Issue
2011-04-06 16:04 Karsten Suehring Note Added: 0000430
2011-04-06 16:04 Karsten Suehring Status new => resolved
2011-04-06 16:04 Karsten Suehring Fixed in Version => JM 18.0
2011-04-06 16:04 Karsten Suehring Resolution open => fixed
2011-04-06 16:04 Karsten Suehring Assigned To => Karsten Suehring