aboutsummaryrefslogtreecommitdiffstats
path: root/util/scan/dvb-t/se-Vikmanshyttan
blob: 1def8f38df9062fc81287c249f6a8d2a14da79f5 (plain) pre { line-height: 125%; margin: 0; } td.linenos pre { color: #000000; background-color: #f0f0f0; padding: 0 5px 0 5px; } span.linenos { color: #000000; backgroun
# Sweden - Vikmanshyttan
# T freq bw fec_hi fec_lo mod transmission-mode guard-interval hierarchy
T 538000000 8MHz 2/3 NONE QAM64 8k 1/8 NONE
> * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2, or (at your option) * any 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: rgb.h,v $ * Revision 1.1 2006/01/30 05:47:38 reinelt * graphic subsystem changed to full-color RGBA * */ #ifndef _RGB_H_ #define _RGB_H_ typedef struct { unsigned char R; unsigned char G; unsigned char B; unsigned char A; } RGBA; int color2RGBA(const char *color, RGBA * C); #endif