X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gr-cvsd-vocoder%2Fsrc%2Flib%2Fcvsd_decode_bs.cc;fp=gr-cvsd-vocoder%2Fsrc%2Flib%2Fcvsd_decode_bs.cc;h=26dcb29da5a51df194d8804792565d607d0b5990;hb=2924c0e740bbb9106bfed602345daaee5606d62a;hp=1dad15d430467dc9372889ccc37409234db83f80;hpb=94d315e556805fb75784964499472977664809c4;p=debian%2Fgnuradio diff --git a/gr-cvsd-vocoder/src/lib/cvsd_decode_bs.cc b/gr-cvsd-vocoder/src/lib/cvsd_decode_bs.cc index 1dad15d4..26dcb29d 100644 --- a/gr-cvsd-vocoder/src/lib/cvsd_decode_bs.cc +++ b/gr-cvsd-vocoder/src/lib/cvsd_decode_bs.cc @@ -1,6 +1,6 @@ /* -*- c++ -*- */ /* - * Copyright 2007 Free Software Foundation, Inc. + * Copyright 2007,2010 Free Software Foundation, Inc. * * This file is part of GNU Radio * @@ -42,7 +42,7 @@ cvsd_make_decode_bs (short min_step, short max_step, double step_decay, double accum_decay, int K, int J, short pos_accum_max, short neg_accum_max) { - return cvsd_decode_bs_sptr (new cvsd_decode_bs (min_step, max_step, + return gnuradio::get_initial_sptr(new cvsd_decode_bs (min_step, max_step, step_decay, accum_decay, K, J, pos_accum_max, neg_accum_max)); }