projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
kill close_audio_file handler from struct audio format.
[paraslash.git]
/
vss.c
diff --git
a/vss.c
b/vss.c
index
d0b21da
..
1224760
100644
(file)
--- a/
vss.c
+++ b/
vss.c
@@
-372,7
+372,7
@@
static void vss_eof(struct audio_format_handler *af)
}
gettimeofday(&now, NULL);
tv_add(&mmd->afi.eof_tv, &now, &eof_barrier);
-
af->close_audio_file(
);
+
fclose(audio_file
);
audio_file = NULL;
mmd->audio_format = -1;
af = NULL;