hi all. i want to know that whether i do like following will have some wrong result
i create one OSD buffer once,and set the window parameter like following,not like the demo once alloc all window buffer,then use the bufOffset.if i want to modify the osd ,i free the window buffer ,then create again
chWinPrm->winPrm[winId].addr[0][0] = bufInfo.physAddr;
tks