[Redbutton-devel] SF.net SVN: redbutton: [57] redbutton-browser/trunk/VideoClass.c
Brought to you by:
skilvington
|
From: <ski...@us...> - 2006-05-14 11:29:46
|
Revision: 57 Author: skilvington Date: 2006-05-14 04:29:37 -0700 (Sun, 14 May 2006) ViewCVS: http://svn.sourceforge.net/redbutton/?rev=57&view=rev Log Message: ----------- speed up video overlay Modified Paths: -------------- redbutton-browser/trunk/VideoClass.c Modified: redbutton-browser/trunk/VideoClass.c =================================================================== --- redbutton-browser/trunk/VideoClass.c 2006-05-14 09:56:06 UTC (rev 56) +++ redbutton-browser/trunk/VideoClass.c 2006-05-14 11:29:37 UTC (rev 57) @@ -373,8 +373,10 @@ return; /* draw the video frame onto the Window contents Pixmap */ - if(t->inst.player != NULL) - MHEGStreamPlayer_drawCurrentFrame(t->inst.player); +// need to do the equivalent of this, but not here +// => get rid of VideoClass.inst.player too +// if(t->inst.player != NULL) +// MHEGStreamPlayer_drawCurrentFrame(t->inst.player); /* make a transparent hole in the MHEG overlay so we can see the video below it */ MHEGDisplay_fillTransparentRectangle(d, &ins_pos, &ins_box); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |