Commit 756a5a71 authored by TYAGIRIS's avatar TYAGIRIS
Browse files

fix duplicate ID for 5 ms framing

parent 536c7ebb
Loading
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -369,14 +369,6 @@ static const CmdLnParser_Option cliOptions[] = {
        .matchShort = "exof",
        .description = "External orientation trajectory file for simulation of external orientations",
    },
#ifdef API_5MS
    {
        .id = CmdLnOptionId_framing5ms,
        .match = "framing_5ms",
        .matchShort = "fr5",
        .description = "Process audio with 5 ms framing. Time resolution of metadata (e.g. ISM positions) remains unchanged w.r.t. 20 ms framing",
    },
#endif
    {
        .id = CmdLnOptionId_framing5ms,
        .match = "framing_5ms",