User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040113
Hi,
Maynard Cedric wrote:
Well, I'm fighting with those tArea and trying to understand why :
tArea Area = { 228, 50, 623, 99,2};
osd->SetAreas(&Area,1);
just work fine and why
tArea Area = { 228, 50, 623, 99,1};
osd->SetAreas(&Area,1);
Won't..
>
> After looking more, I find out that the returned error is:
> "ERROR: cOsd::SetAreas returned 5"
> 5 -> oeWrongAlignment
Have a look into dvbosd.c, method cDvbOsd::CanHandleAreas():