aboutsummaryrefslogtreecommitdiffstats
path: root/dvb-t/fr-Montlucon
blob: 64cd64a3235367d4e1494ec068a910a60fc90d1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Montluçon - France (DVB-T transmitter of Montluçon ( Agglomération ) )
# Montluçon - France (signal DVB-T transmis depuis l'émetteur de Agglomération )
#
# ATTENTION ! Ce fichier a ete construit automatiquement a partir
# des frequences obtenues sur : http://www.tvnt.net/multiplex_frequences.htm
# en Avril 2006. Si vous constatez des problemes et voulez apporter des
# modifications au fichier, envoyez le fichier modifie a
# l'adresse linux-dvb@linuxtv.org (depot des fichiers d'init dvb)
# ou a l'auteur du fichier :
# Nicolas Estre <n_estre@yahoo.fr>
#
# T freq bw fec_hi fec_lo mod transmission-mode guard-interval hierarchy
#### Montluçon - Agglomération ####
#R1
T 618000000 8MHz AUTO NONE QAM64 8k AUTO NONE
#R2
T 738000000 8MHz AUTO NONE QAM64 8k AUTO NONE
#R3
T 602000000 8MHz AUTO NONE QAM64 8k AUTO NONE
#R4
T 730000000 8MHz AUTO NONE QAM64 8k AUTO NONE
#R5
T 746000000 8MHz AUTO NONE QAM64 8k AUTO NONE
#R6
T 826000000 8MHz AUTO NONE QAM64 8k AUTO NONE
or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * * * $Log: layout.h,v $ * Revision 1.1 2004/01/10 20:22:33 reinelt * added new function 'cfg_list()' (not finished yet) * added layout.c (will replace processor.c someday) * added widget_text.c (will be the first and most important widget) * modified lcd4linux.c so that old-style configs should work, too * */ #ifndef _LAYOUT_H_ #define _LAYOUT_H_ int layout_init(char *section); #endif