mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-20 06:40:01 +01:00
cleanup, bugfixes
git-svn-id: svn://code.dyne.org/veejay/trunk@691 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
This commit is contained in:
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user