<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div><span>You are right. My typo. It is microseconds and not nanoseconds. VLC mtime_t structure stores time in microseconds.</span></div><div><br><span></span></div><div><span>Regards,</span></div><div><span>Peter<br></span></div><div><br></div>  <div style="font-family: times new roman, new york, times, serif; font-size: 12pt;"> <div style="font-family: times new roman, new york, times, serif; font-size: 12pt;"> <div dir="ltr"> <font face="Arial" size="2"> <hr size="1">  <b><span style="font-weight:bold;">From:</span></b> Frederic YHUEL <fyhuel@viotech.net><br> <b><span style="font-weight: bold;">To:</span></b> Mailing list for VLC media player developers <vlc-devel@videolan.org> <br> <b><span style="font-weight: bold;">Sent:</span></b> Tuesday, April 10, 2012 12:14 AM<br> <b><span style="font-weight:
 bold;">Subject:</span></b> Re: [vlc-devel] Ephemeral timeout not working on subpictures<br> </font> </div> <br>
On Tue, Apr 10, 2012 at 12:57 AM, Peter Tap <<a ymailto="mailto:ptrtap@yahoo.com" href="mailto:ptrtap@yahoo.com">ptrtap@yahoo.com</a>> wrote:<br>> Hello,<br>><br>> I am trying to implement a watermarking scheme that is not visible to human<br>> eye. The idea is to display a small subpicture at random location for each<br>> frame. There are 24 frames per second. Human eye should not catch the<br>> subpicture if it is displayed only for 1/24th part of a second.<br>><br>> My computed timeout for each subpicture is CEIL((1 * 1000 * 1000), 24)<br>> nanoseconds.<br>><br><br>Do you mean CEIL(1000 * 1000 * 1000 / 24) ?<br><br>-- <br>Frédéric<br>_______________________________________________<br>vlc-devel mailing list<br>To unsubscribe or modify your subscription options:<br>http://mailman.videolan.org/listinfo/vlc-devel<br><br><br> </div> </div>  </div></body></html>