|
|
Reporter | kaku817 | Assigned To | Karsten Suehring | |
---|
Priority | normal | Severity | minor | Reproducibility | have not tried |
---|
Status | resolved | Resolution | fixed | |
---|
Product Version | JM 18.0 | |
---|
Fixed in Version | JM 18.1 | |
---|
|
|
Summary | 0000279: Encoder always generates VUI even EnableVUISupport is 0 in config file |
---|
Description | When enable define MVC_EXTENSION_ENABLE, encoder always generates VUI even EnableVUISupport is 0 in the config file. |
---|
Steps To Reproduce | Enable define MVC_EXTENSION_ENABLE in source code defines.h when compiling encoder, set EnableVUISupport=0 in config file, and executing encoder. |
---|
Additional Information | Re-work Method: In source code ./lencod/src/parset.c line 817, add the following codes:
if (sps->vui_parameters_present_flag) |
---|
Tags | No tags attached. |
---|
|
|