summaryrefslogtreecommitdiff
path: root/cgme.c
diff options
context:
space:
mode:
Diffstat (limited to 'cgme.c')
-rw-r--r--cgme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgme.c b/cgme.c
index 83d5ad34..d0d4b833 100644
--- a/cgme.c
+++ b/cgme.c
@@ -25,7 +25,7 @@ cgme_init (const char *fname, int track, float start, float end) {
reallength = inf.length;
nzerosamples = 0;
if (inf.length == -1) {
- cgme.info.duration = 120;
+ cgme.info.duration = 300;
}
else {
cgme.info.duration = (float)inf.length/1000.f;