~ubuntu-branches/debian/sid/me-tv/sid

« back to all changes in this revision

Viewing changes to src/channels_conf_line.cc

  • Committer: Bazaar Package Importer
  • Author(s): Scott Evans
  • Date: 2010-11-11 12:19:18 UTC
  • mfrom: (1.1.16 upstream)
  • Revision ID: james.westby@ubuntu.com-20101111121918-hfq2bkuncpoz5a8h
Tags: 1.3.4-1
* New upstream release
* debian/control:
  - Updated Standards-Version to 3.9.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
        { "QAM_128",    QAM_128 },
54
54
        { "QAM_256",    QAM_256 },
55
55
        { "QAM_AUTO",   QAM_AUTO },
56
 
        { "8VSB",               VSB_8 },
 
56
        { "VSB_8",              VSB_8 },
57
57
        { "VSB_16",             VSB_16 },
58
58
        { NULL, 0 }
59
59
};