mirror of
https://github.com/game-stop/veejay.git
synced 2026-01-06 15:05:28 +01:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user