buildroot/package/dvbsnoop/Config.in
Adam Duskett 67f4794de1 package/d*/Config.in: fix help text wrapping
The check-package script when ran gives warnings on text wrapping
on all of these Config files.  This patch cleans up all warnings
related to the text wrapping for the Config files starting with
the letter d in the package directory.

The appropriate indentation is: <tab><2 spaces><62 chars>
See http://nightly.buildroot.org/#writing-rules-config-in for more
information.

Signed-off-by: Adam Duskett <aduskett@codeblue.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-05-11 23:29:21 +02:00

22 lines
988 B
Plaintext

config BR2_PACKAGE_DVBSNOOP
bool "dvbsnoop"
help
Dvbsnoop is just a simple tool to analyze, view or debug a
transport stream (TS), program elementary stream (PES) or even
a program stream (PS). Dvbsnoop is trying to get input mostly
direct from a frontend (satellite or cable tuner inside a
set-top box for example) via DVB APIv3 to view into a TS, or a
demux to view PES or PS (also mostly inside the set-top box or
even PCI Card or USB Plug) but also from a file (recorded TS).
Dvbsnoop is working well on SD transport streams but may have
some limited functionality on HD transport streams
(DVB-{C,S,T}2 because of missing knowledge how to handle it.
Dvbsnoop itself doesn't do the tuning on the frontend, this
has to be done by external helpers or manually driver call.
The dvbsnoop tool was written while developing the software
Neutrino on the set-top box DBox2.
http://dvbsnoop.sourceforge.net
http://en.wikipedia.org/wiki/DBox2