diff options
| author | Joerg Bornkessel <hd_brummy@gentoo.org> | 2014-11-04 19:09:59 +0100 |
|---|---|---|
| committer | Joerg Bornkessel <hd_brummy@gentoo.org> | 2014-11-04 19:09:59 +0100 |
| commit | 04257cce6b33f8f111409589cbe2d289fec4b7b9 (patch) | |
| tree | 610a04d3f6a7e11de5308c38e85dca96b02340ff | |
| parent | e5491450090b335a7b264fb1691130cfd3cf6a7f (diff) | |
| download | vdr-plugin-audiorecorder-04257cce6b33f8f111409589cbe2d289fec4b7b9.tar.gz vdr-plugin-audiorecorder-04257cce6b33f8f111409589cbe2d289fec4b7b9.tar.bz2 | |
default values for 1 install
| -rw-r--r-- | setup.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -8,17 +8,17 @@ /* default setup values: */ struct setup_values SetupValues = { - 1, /* receiving mode on start is 'on' */ + 0, /* receiving mode on start is 'on' */ 5, /* max. receivers */ 50, /* min. free space (in mb) */ - 3, /* default view 'by date' */ + 3, /* default view 'by date' */ 1, /* pause postprocessing if osd is opened */ 8, /* max. tracks in postprocessing queue */ 1, /* fade in mode */ 9, /* fade in seconds */ 2, /* fade out mode */ 12, /* fade out seconds */ - 0, /* audio codec */ + 1, /* audio codec */ NUM_CODECS, /* number of audio codecs */ 9, /* bitrate */ 0 /* file_pattern */ |
