Skip to content
  • Erik de Castro Lopo's avatar
    src/flac/main.c : Change the default beahviour when compression fails. · 48133110
    Erik de Castro Lopo authored
    Previously the flac executable would return a non-zero exit code when the
    output file was bigger than the input file and this could be disabled with
    the --no-error-on-compression-fail option.
    
    New beaviour is to print the failure message but return a zero exit code
    in the above situation, and only return a non-zero exit code with the
    --error--on-compression-fail option. The --no-error-on-compression-fail
    command line option has been retained.
    48133110