[asterisk-commits] qwell: branch 1.4 r111280 - /branches/1.4/main/frame.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Mar 26 19:25:14 CDT 2008


Author: qwell
Date: Wed Mar 26 19:25:13 2008
New Revision: 111280

URL: http://svn.digium.com/view/asterisk?view=rev&rev=111280
Log:
Put this flag back so we don't change the API.

Modified:
    branches/1.4/main/frame.c

Modified: branches/1.4/main/frame.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/main/frame.c?view=diff&rev=111280&r1=111279&r2=111280
==============================================================================
--- branches/1.4/main/frame.c (original)
+++ branches/1.4/main/frame.c Wed Mar 26 19:25:13 2008
@@ -92,6 +92,7 @@
 	int size;
 	int format;
 	int readdata;
+	int optimizablestream;
 	int flags;
 	float samplesperbyte;
 	struct ast_frame f;




More information about the asterisk-commits mailing list