summaryrefslogtreecommitdiff
path: root/include/asterisk/mod_format.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/mod_format.h')
-rw-r--r--include/asterisk/mod_format.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asterisk/mod_format.h b/include/asterisk/mod_format.h
index f415b2b6b..22238083d 100644
--- a/include/asterisk/mod_format.h
+++ b/include/asterisk/mod_format.h
@@ -102,6 +102,7 @@ struct ast_filestream {
struct ast_format *fmt; /* need to write to the lock and usecnt */
int flags;
mode_t mode;
+ char *open_filename;
char *filename;
char *realfilename;
/*! Video file stream */