Files
mpd/src/output
Pete Beardmore d0cd98a63a MultipleOutputs: ensure input_audio_format is zero-initialised
-fixes SIGABRT when mpd is started from a previously paused state
-regression introduced by commit: f5a923b9d1:
'OutputAll: convert to class, move instance to class Partition'

-input_audio_format was previously declared using the static modifier
ensuring it was zero-initialised by default
-the current default-initialised input_audio_format contains garbage at
runtime which allows the AudioFormat.IsDefined() 'fail fast' test in
MultipleOutputs::Update to pass and the SIGABRT follows in
AudioOutput::Open when passed the invalid input_audio_format struct
-switching AudioFormat.IsDefined() for AudioFormat.IsValid() is an
alternative workaround
2014-03-14 20:27:21 +01:00
..
2014-03-04 15:18:30 +00:00
2014-01-28 11:42:54 +01:00
2014-01-28 11:42:54 +01:00
2014-02-19 21:40:14 +01:00
2014-02-19 21:40:14 +01:00
2014-01-28 11:42:54 +01:00
2014-01-28 11:42:54 +01:00
2014-01-28 11:42:54 +01:00
2014-01-28 11:42:54 +01:00
2014-01-28 11:42:54 +01:00
2014-02-19 09:22:08 +01:00
2014-02-19 09:22:08 +01:00