~ubuntu-branches/ubuntu/saucy/sflphone/saucy

« back to all changes in this revision

Viewing changes to sflphone-common/src/audio/codecs/gsmcodec.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Francois Marier
  • Date: 2011-04-05 14:14:13 UTC
  • mfrom: (4.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20110405141413-hbwbunfsxpn2rtre
Tags: 0.9.13-1
* New upstream release
  - remove Debian patch (applied upstream)
* Fix watch file
* Remove unnecessary versioned dependency

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
            _channel = 1;
51
51
            _bitrate = 13.3;
52
52
            _bandwidth = 29.2;
 
53
            _hasDynamicPayload = false;
53
54
 
54
55
            if (! (_decode_gsmhandle = gsm_create()))
55
56
                printf ("ERROR: decode_gsm_create");