comparison config.h @ 42:5714d6494163

Add more configuration options via commandline.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 19 Mar 2013 05:07:40 +0200
parents e5603b03732b
children
comparison
equal deleted inserted replaced
41:bac75122a38e 42:5714d6494163
1 // Settings 1 // Settings
2 #define SET_VID_BUFW 640 2 #define SET_VID_BUFW 640
3 #define SET_VID_BUFH 480 3 #define SET_VID_BUFH 480
4 4
5 #define SET_AUDIO_FREQ 44100 5 #define SET_AUDIO_FREQ 44100
6 6 #define SET_MIN_FREQ 8000
7 #define SET_MAX_FREQ 96000
7 8
8 #define SET_PROG_NAME "3x666" 9 #define SET_PROG_NAME "3x666"
9 #define SET_WIN_NAME "Ocsa (PWP) - 3x666" 10 #define SET_WIN_NAME "Ocsa (PWP) - 3x666"
10 11
11 12