mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-29 05:40:25 -04:00
ac3dec - Fix typos of -q option
It's quiet, not quit. Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
88343d7989
commit
66a02ca943
1 changed files with 2 additions and 2 deletions
|
|
@ -58,7 +58,7 @@ static void help(void)
|
||||||
printf(" -R,--iec958r raw IEC958 (S/PDIF) PCM\n");
|
printf(" -R,--iec958r raw IEC958 (S/PDIF) PCM\n");
|
||||||
printf(" -H,--hdmi output to HDMI device\n");
|
printf(" -H,--hdmi output to HDMI device\n");
|
||||||
printf(" -Z,--zero=# add # zero-AC3-frames before stream\n");
|
printf(" -Z,--zero=# add # zero-AC3-frames before stream\n");
|
||||||
printf(" -q,--quit quit mode\n");
|
printf(" -q,--quiet quiet mode\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
#define CHUNK_SIZE 2047
|
#define CHUNK_SIZE 2047
|
||||||
|
|
@ -109,7 +109,7 @@ int main(int argc,char *argv[])
|
||||||
{"iec958r", 0, NULL, 'R'},
|
{"iec958r", 0, NULL, 'R'},
|
||||||
{"hdmi", 0, NULL, 'H'},
|
{"hdmi", 0, NULL, 'H'},
|
||||||
{"zero", 1, NULL, 'Z'},
|
{"zero", 1, NULL, 'Z'},
|
||||||
{"quit", 0, NULL, 'q'},
|
{"quiet", 0, NULL, 'q'},
|
||||||
{NULL, 0, NULL, 0},
|
{NULL, 0, NULL, 0},
|
||||||
};
|
};
|
||||||
ac3_config_t ac3_config;
|
ac3_config_t ac3_config;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue