aboutsummaryrefslogtreecommitdiffstats
path: root/dvb-t/fr-Montpellier
blob: c17bb8eae1223abbfdc207c3339f0752a6d47bb0 (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
# Montpellier - France (DVB-T transmitter of Montpellier ( SaintBaudille ) )
# Montpellier - France (signal DVB-T transmis depuis l'émetteur de SaintBaudille )
#
# 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
#### Montpellier - SaintBaudille ####
#R1
T 698000000 8MHz AUTO NONE QAM64 8k AUTO NONE
#R2
T 746000000 8MHz AUTO NONE QAM64 8k AUTO NONE
#R3
T 714000000 8MHz AUTO NONE QAM64 8k AUTO NONE
#R4
T 722000000 8MHz AUTO NONE QAM64 8k AUTO NONE
#R5
T 738000000 8MHz AUTO NONE QAM64 8k AUTO NONE
#R6
T 602000000 8MHz AUTO NONE QAM64 8k AUTO NONE
later version. * * LCD4Linux is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY 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.3 2005/01/18 06:30:23 reinelt * added (C) to all copyright statements * * Revision 1.2 2004/06/20 10:09:56 reinelt * * 'const'ified the whole source * * 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(const char *section); #endif