• Anton Khirnov's avatar
    fftools/cmdutils: drop redundant code · 1728ad82
    Anton Khirnov authored
    It allocates a dummy sws/swr context and tries setting options on it,
    apparently to check if they are valid. This is redundant, since the
    options will be checked if/when they are later applied on a context that
    is actually used for conversion.
    1728ad82
cmdutils.c 29.9 KB