Fix timer function, fix slow slider in classic reloaded, fix loop recording

git-svn-id: svn://code.dyne.org/veejay/trunk@1231 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
This commit is contained in:
Niels Elburg
2008-11-30 20:48:36 +00:00
parent e09d4e0a9e
commit bef3e11d32
5 changed files with 40 additions and 59 deletions

View File

@@ -20,6 +20,6 @@
#ifndef GVRUTILS
#define GVRUTILS
int status_to_arr( char *status, int *array );
char *format_time( int pos , float fps);
char *format_time( int pos , double fps);
#endif