cleanup, bugfixes

git-svn-id: svn://code.dyne.org/veejay/trunk@691 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
This commit is contained in:
Niels Elburg
2006-12-04 20:33:01 +00:00
parent 7c815b2fcc
commit bd434f202d
32 changed files with 1706 additions and 1722 deletions

View File

@@ -253,7 +253,7 @@ sample_info *sample_skeleton_new(long startFrame, long endFrame)
char tmp_file[20];
sample_info *si;
int i, j, n, id = 0;
int i, j;
if (!initialized) {
return NULL;
@@ -719,7 +719,6 @@ int sample_set_marker_start(int sample_id, int marker)
int sample_set_marker(int sample_id, int start, int end)
{
sample_info *si = sample_get(sample_id);
int tmp;
if(!si) return -1;
if( start < si->first_frame )