fix issue #177, improved VIMS Bundles in reloaded UI, improved performance of finding VIMS events, fixed attaching/detaching VIMS events to keybindings, remove dot at the end of a console log message, removed a commented out function

This commit is contained in:
c0ntrol
2018-12-29 23:03:07 +01:00
parent c88c703c84
commit 816cd362f5
27 changed files with 304 additions and 361 deletions

View File

@@ -1157,7 +1157,7 @@ void* yuv_init_swscaler(VJFrame *src, VJFrame *dst, sws_template *tmpl, int swsc
if(!s->sws)
{
veejay_msg(0,"sws_getContext failed.");
veejay_msg(VEEJAY_MSG_DEBUG,"sws_getContext failed");
if(s)free(s);
return NULL;
}