fix timecode problem in linking library, bugfixes

git-svn-id: svn://code.dyne.org/veejay/trunk@1315 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
This commit is contained in:
Niels Elburg
2009-03-14 16:30:44 +00:00
parent 3b03e61116
commit 7cd82efc88
20 changed files with 10 additions and 3778 deletions

View File

@@ -4941,11 +4941,14 @@ static void reload_editlist_contents()
if(nl < 0 || nl >= num_files)
{
free(tmp);
g_free(eltext);
return;
}
int file_len = _el_get_nframes( nl );
if(file_len <= 0)
{
free(tmp);
row_num++;
continue;
}
@@ -4956,6 +4959,7 @@ static void reload_editlist_contents()
if(n2 <= n1 )
{
free(tmp);
row_num++;
continue;
}