[Freeswitch-svn] [commit] r13371 - freeswitch/trunk/src/mod/formats/mod_file_string

FreeSWITCH SVN anthm at freeswitch.org
Fri May 15 15:16:41 PDT 2009


Author: anthm
Date: Fri May 15 17:16:41 2009
New Revision: 13371

Log:
copy flags too

Modified:
   freeswitch/trunk/src/mod/formats/mod_file_string/mod_file_string.c

Modified: freeswitch/trunk/src/mod/formats/mod_file_string/mod_file_string.c
==============================================================================
--- freeswitch/trunk/src/mod/formats/mod_file_string/mod_file_string.c	(original)
+++ freeswitch/trunk/src/mod/formats/mod_file_string/mod_file_string.c	Fri May 15 17:16:41 2009
@@ -87,7 +87,8 @@
 	handle->seekable = context->fh.seekable;
 	handle->speed = context->fh.speed;
 	handle->interval = context->fh.interval;
-	
+	handle->flags = context->fh.flags;
+
 	if (context->index == 0) {
 		context->samples = (handle->samplerate / 1000) * 250;
 	}



More information about the Freeswitch-svn mailing list