From 7fbcd155c14bafb5fe904ecbc4e08fd57d81fc00 Mon Sep 17 00:00:00 2001 From: Jason Parker Date: Thu, 27 Mar 2008 00:25:13 +0000 Subject: [PATCH] Put this flag back so we don't change the API. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@111280 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- main/frame.c | 1 + 1 file changed, 1 insertion(+) diff --git a/main/frame.c b/main/frame.c index d26c607e2f..5c4613f4d2 100644 --- a/main/frame.c +++ b/main/frame.c @@ -92,6 +92,7 @@ struct ast_smoother { int size; int format; int readdata; + int optimizablestream; int flags; float samplesperbyte; struct ast_frame f; -- 2.47.3