From 1a10e4cf82ff9082a84f81f3feadfceb528e08eb Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 14 May 2021 10:09:35 +0200 Subject: Add some more changes to subchannel extraction --- src/etisnoop.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/etisnoop.cpp') diff --git a/src/etisnoop.cpp b/src/etisnoop.cpp index 13239e5..ce2f27a 100644 --- a/src/etisnoop.cpp +++ b/src/etisnoop.cpp @@ -138,10 +138,10 @@ int main(int argc, char *argv[]) switch (ch) { case 'd': { - int subchix = atoi(optarg); + int subchid = atoi(optarg); config.streams_to_decode.emplace(std::piecewise_construct, - std::make_tuple(subchix), - std::make_tuple(true)); // dump to file + std::make_tuple(subchid), + std::make_tuple(subchid, true)); // dump to file } break; case 'e': -- cgit v1.2.3