~ubuntu-branches/ubuntu/trusty/gnuradio/trusty

« back to all changes in this revision

Viewing changes to gr-vocoder/lib/codec2_decode_ps_impl.h

  • Committer: Package Import Robot
  • Author(s): A. Maitland Bottoms
  • Date: 2014-01-05 12:14:43 UTC
  • mfrom: (2.1.23 sid)
  • Revision ID: package-import@ubuntu.com-20140105121443-je18dkof6uhox808
Tags: 3.7.2.1-5
use correct compiler for unstable build

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
    class codec2_decode_ps_impl : public codec2_decode_ps
32
32
    {
33
33
    private:
34
 
      struct CODEC2 *d_codec2;
 
34
      void *d_codec2;
35
35
 
36
36
    public:
37
 
      codec2_decode_ps_impl(int mode);
 
37
      codec2_decode_ps_impl();
38
38
      ~codec2_decode_ps_impl();
39
39
 
40
40
      int work(int noutput_items,