From: Takashi Iwai Date: Fri, 24 Oct 2008 09:44:08 +0000 (+0200) Subject: ac3dec - Add missing -H option X-Git-Tag: v1.0.18~1 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=b34b15d39f664b151a223b75a6560b7c2e48d8cc;p=alsa-tools.git ac3dec - Add missing -H option The option -H was missing in getopt argument. Signed-off-by: Takashi Iwai --- diff --git a/ac3dec/ac3dec.c b/ac3dec/ac3dec.c index c45148c..293a95c 100644 --- a/ac3dec/ac3dec.c +++ b/ac3dec/ac3dec.c @@ -134,7 +134,7 @@ int main(int argc,char *argv[]) while (1) { int c; - if ((c = getopt_long(argc, argv, "hvc:D:46CPRZ:q", long_option, NULL)) < 0) + if ((c = getopt_long(argc, argv, "hvc:D:46HCPRZ:q", long_option, NULL)) < 0) break; switch (c) { case 'h':