~ubuntu-branches/ubuntu/trusty/v4l-utils/trusty

« back to all changes in this revision

Viewing changes to utils/dvb/dvbv5-scan.c

  • Committer: Package Import Robot
  • Author(s): Gregor Jasny
  • Date: 2012-10-09 18:38:05 UTC
  • mfrom: (11.1.15 sid)
  • Revision ID: package-import@ubuntu.com-20121009183805-v1m5kb2a1i97rw9y
* Imported Upstream version 0.8.9
  - libv4lconvert: Various Pixart JPEG fixes
  - libv4lconvert: Add more notebooks to the upside down device table
  - keytable: Add support for Sanyo IR and RC-5-SZ protocol
  - keytable: Add missing buttons in shipped keytables (LP: #1054122)
  - v4l2-compliance, v4l-ctl, qv4l2: Sync with development branch
* Drop 32bit cross compiled libraries

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
        {"lnbf",        'l',    "LNBf_type",            0, "type of LNBf to use. 'help' lists the available ones", 0},
58
58
        {"sat_number",  'S',    "satellite_number",     0, "satellite number. If not specified, disable DISEqC", 0},
59
59
        {"freq_bpf",    'U',    "frequency",            0, "SCR/Unicable band-pass filter frequency to use, in kHz", 0},
60
 
        {"wait",        'W',    "time",                 0, "adds aditional wait time for DISEqC command completion", 0},
 
60
        {"wait",        'W',    "time",                 0, "adds additional wait time for DISEqC command completion", 0},
61
61
        {"nit",         'N',    NULL,                   0, "use data from NIT table on the output file", 0},
62
62
        {"get_frontend",'G',    NULL,                   0, "use data from get_frontend on the output file", 0},
63
63
        {"verbose",     'v',    NULL,                   0, "be (very) verbose", 0},