vss: Avoid assertion "i == g->num_header_slices - 1".
This fixes a very old bug in the timing code for fec slices. Depending
on the number of bytes to submit and on the number of slices of the
current fec group it may happen that we reserve more slices than
needed for the audio file header. This is not a problem per se, but the
above assertion hits in this case and aborts para_server.
Fix this by removing the assertion, and make sure that all reserved
header slices are properly initialized.