Fixed a bug that would cause the encoding job to fail, when an audio filter is *skipp...
commitcde1950ddefd105d40933c87ea8288261946719f
authorLoRd_MuldeR <mulder2@gmx.de>
Sat, 12 Nov 2016 15:49:29 +0000 (12 16:49 +0100)
committerLoRd_MuldeR <mulder2@gmx.de>
Sat, 12 Nov 2016 15:49:29 +0000 (12 16:49 +0100)
tree439a09796fe54535a46c4feb447c01cdcadfbe27
parent2026be82ddcd9e2f15f919c868904d2cbc19c60e
Fixed a bug that would cause the encoding job to fail, when an audio filter is *skipped*. If a filter is skipped, it did *not* write an output file. However, before this fix, the ProcessThread would try to continue with the (empty) output file, resulting in the subsequent encoder invocation to fail.
26 files changed:
doc/Changelog.html
doc/Changelog.md
etc/Translation/Blank.ts
etc/Translation/LameXP_DE.ts
etc/Translation/LameXP_ES.ts
etc/Translation/LameXP_FR.ts
etc/Translation/LameXP_HU.ts
etc/Translation/LameXP_IT.ts
etc/Translation/LameXP_KR.ts
etc/Translation/LameXP_PL.ts
etc/Translation/LameXP_RU.ts
etc/Translation/LameXP_SV.ts
etc/Translation/LameXP_TW.ts
etc/Translation/LameXP_UK.ts
etc/Translation/LameXP_ZH.ts
src/Config.h
src/Filter_Abstract.h
src/Filter_Downmix.cpp
src/Filter_Downmix.h
src/Filter_Normalize.cpp
src/Filter_Normalize.h
src/Filter_Resample.cpp
src/Filter_Resample.h
src/Filter_ToneAdjust.cpp
src/Filter_ToneAdjust.h
src/Thread_Process.cpp