aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-03-27 00:25:56 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-03-27 00:25:56 +0000
commit54f4bb1c0b4fcf8c8c675cfc1cd6ff0a1590f5d4 (patch)
tree3c0223eac25bcd8393fc68eb515f846d76fc518a
parent32b4cb52481eac560deecd40e1ad4d2973c565ad (diff)
Merged revisions 111280 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r111280 | qwell | 2008-03-26 19:25:13 -0500 (Wed, 26 Mar 2008) | 1 line Put this flag back so we don't change the API. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@111285 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--main/frame.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/frame.c b/main/frame.c
index 3971393fd..07ce936f2 100644
--- a/main/frame.c
+++ b/main/frame.c
@@ -85,6 +85,7 @@ struct ast_smoother {
int size;
int format;
int readdata;
+ int optimizablestream;
int flags;
float samplesperbyte;
struct ast_frame f;