Fix ExportFormatSpecification copy-c'tor

This initialize some otherwise uninitalized variables and may fix
cue/toc export oddities
This commit is contained in:
Robin Gareus
2018-12-13 17:07:08 +01:00
parent 5d2a03578c
commit 95a61717fa

View File

@@ -205,7 +205,11 @@ ExportFormatSpecification::ExportFormatSpecification (ExportFormatSpecification
, session (other.session)
, _silence_beginning (other.session)
, _silence_end (other.session)
, _with_toc (other._with_toc)
, _with_cue (other._with_cue)
, _with_mp4chaps (other._with_mp4chaps)
, _soundcloud_upload (false)
, _command (other._command)
, _analyse (other._analyse)
, _codec_quality (other._codec_quality)
{