From 57b7b33d3aff1e51e6926bf572efccdcb24d8ed3 Mon Sep 17 00:00:00 2001 From: Adam Sutton Date: Sat, 21 Dec 2013 10:00:05 +0000 Subject: [PATCH] main: Fix stupid typo in tsfile ATSC option flag --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index ea0c0d9d..93dc85f5 100644 --- a/src/main.c +++ b/src/main.c @@ -493,7 +493,7 @@ main(int argc, char **argv) { 0, NULL, "TODO: testing", OPT_BOOL, NULL }, { 0, "tsfile_tuners", "Number of tsfile tuners", OPT_INT, &opt_tsfile_tuner }, { 0, "tsfile", "tsfile input (mux file)", OPT_STR_LIST, &opt_tsfile }, - { 0, "tsfile_atsc", "tsfile input is ATSC", OPT_INT, &opt_tsfile_atsc } + { 0, "tsfile_atsc", "tsfile input is ATSC", OPT_BOOL, &opt_tsfile_atsc } };