tmkk - 2017-07-28

My investigation

Direct reason: buffer overflows in append_to_verify_fifo_[interleaved_]
Fundamental reason: decoder for verify may stop processing (and stop consuming FIFO) when total samples in STREAMINFO is a non-zero value, while encoder still continues to fill FIFO
Solution: force set total samples to zero when first write STREAMINFO in FLAC__StreamEncoderInitStatus in case verify is enabled

This patch solves the problem.