"when the wait happens": Does that mean we are somtimes displaying top
field
first, and sometimes bottom field first ?
These messages are within the same second.


No, it just means that the field on the screen at the time of the next flip
varies.  Nothing wrong with that: the flip should still happen at the right
time (unless an entire frame period has passed of course: then you'd see a
repeated frame).

Softdevice allways does layer->SetFieldParity(fieldParity); // fieldParity
is 0


fieldParity should really be derived from the 'top field first' flag of the
MPEG picture header. Most material has it one way but not all.  That's not
the issue here though: that would make it _always_ wrong.

M.
_______________________________________________
directfb-users mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users

Reply via email to