Copy link to clipboard
Copied
Hi,
I worry because of the UI display of the pixel aspect ratio now.
Check box when there are two parameters.
Combo box when there are three parameters or more.
Mere string when parameter is only one.
However, when only one aspect ratio is displayed, it is displayed as a combo box.
Is this a specification of SDK?
I am doing the experiment that displays only one pixel aspect ratio with SDK_Exporter sample program.
You will be able to reproduce it by the following corrections in SDK_Exporter sample program.
line 355
int PARs[][2] = {{1, 1}};
line 381
const wchar_t* PARStrings[] = { STR_PAR_10 };
line 488
for (int i = 0; i < sizeof(PARs) / sizeof(PARs[0]); i++)
Regards,
Kengo Mikoshiba.
Hi Kengo-san,
Thanks for your report. I'll try it out as soon as I get a chance!
Copy link to clipboard
Copied
Hi Kengo-san,
Thanks for your report. I'll try it out as soon as I get a chance!