]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Put this flag back so we don't change the API.
authorJason Parker <jparker@digium.com>
Thu, 27 Mar 2008 00:25:13 +0000 (00:25 +0000)
committerJason Parker <jparker@digium.com>
Thu, 27 Mar 2008 00:25:13 +0000 (00:25 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@111280 65c4cc65-6c06-0410-ace0-fbb531ad65f3

main/frame.c

index d26c607e2f319645227a2aca1580ae63a96135a0..5c4613f4d23832f984401cb1c7782618a14969a5 100644 (file)
@@ -92,6 +92,7 @@ struct ast_smoother {
        int size;
        int format;
        int readdata;
+       int optimizablestream;
        int flags;
        float samplesperbyte;
        struct ast_frame f;