View Issue Details

IDProjectCategoryView StatusLast Update
0000279JVT JM H.264/AVC reference softwareencoderpublic2011-10-27 00:30
Reporterkaku817 Assigned ToKarsten Suehring  
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Product VersionJM 18.0 
Fixed in VersionJM 18.1 
Summary0000279: Encoder always generates VUI even EnableVUISupport is 0 in config file
DescriptionWhen enable define MVC_EXTENSION_ENABLE, encoder always generates VUI even EnableVUISupport is 0 in the config file.
Steps To ReproduceEnable define MVC_EXTENSION_ENABLE in source code defines.h when compiling encoder, set EnableVUISupport=0 in config file, and executing encoder.
Additional InformationRe-work Method: In source code ./lencod/src/parset.c line 817, add the following codes:
  if (sps->vui_parameters_present_flag)
TagsNo tags attached.

Activities

Karsten Suehring

2011-10-27 00:30

administrator   ~0000505

I fixed this in the current development branch

Issue History

Date Modified Username Field Change
2011-09-13 05:42 kaku817 New Issue
2011-10-27 00:30 Karsten Suehring Note Added: 0000505
2011-10-27 00:30 Karsten Suehring Status new => resolved
2011-10-27 00:30 Karsten Suehring Fixed in Version => JM 18.1
2011-10-27 00:30 Karsten Suehring Resolution open => fixed
2011-10-27 00:30 Karsten Suehring Assigned To => Karsten Suehring