src/modules/sdl/consumer_sdl.c | 54 +++++++++++++++++++++++++------ src/modules/sdl/consumer_sdl_preview.c | 13 ++++++- 2 files changed, 54 insertions(+), 13 deletions(-)
New commits: commit 297fa3c3537899334e5e1a4efbb92bc19a27bab8 Author: Dan Dennedy <[email protected]> Date: Sun Dec 19 19:43:47 2010 -0800 Increase the speed of switching between sdl_still and sdl. Based on patch from Jonathan Thomas. It does this by not calling the SDL_InitSubSystem( SDL_INIT_AUDIO ) and SDL_QuitSubSystem( SDL_INIT_AUDIO ) methods every time it switches, but rather when the SDL Preview consumer is started and stopped. ------------------------------------------------------------------------------ Lotusphere 2011 Register now for Lotusphere 2011 and learn how to connect the dots, take your collaborative environment to the next level, and enter the era of Social Business. http://p.sf.net/sfu/lotusphere-d2d _______________________________________________ Mlt-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mlt-devel
