~ubuntu-branches/ubuntu/maverick/kdemultimedia/maverick-proposed

« back to all changes in this revision

Viewing changes to kmix/volume.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Thomas
  • Date: 2010-05-25 08:30:50 UTC
  • mfrom: (1.2.43 upstream)
  • Revision ID: james.westby@ubuntu.com-20100525083050-8o3otjqjwsnzjb6h
Tags: 4:4.4.80-0ubuntu1
* New upstream beta release:
  - Bump kde-sc-dev-latest to 4.4.80
  - Update various .install files
  - Refresh all patches
  - Add build-depends on libswscale-dev, libavcodec-dev, and libavformat-dev
    for new video thumbnailer backends
  - Add a new ffmpegthumbs package for the new video thumbnailer
* Switch to source format 3.0 (quilt):
  - Bump debhelper build-depend version to 7.3.16 or greater

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
      MREARCENTER
36
36
    };
37
37
 
 
38
    char Volume::ChannelNameForPersistence[9][30] = {
 
39
      "volumeL", "volumeR",
 
40
      "volumeCenter", "volumeWoofer",
 
41
      "volumeSurroundL", "volumeSurroundR",
 
42
      "volumeSideL", "volumeSideR",
 
43
      "volumeRearCenter"
 
44
    };
 
45
    
38
46
Volume::Volume()
39
47
{
40
48
    init( Volume::MNONE, 0, 0, false, false);