Commit 27ea1137 authored by multrus's avatar multrus
Browse files

remove superfluous todo

parent 78cd95ad
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -205,7 +205,6 @@ static WAVEFILEOUT *CreateBWF(
    wfch.blockAlignment = LittleEndian16( (int16_t) blockAlignment );
    wfch.sampleRate = LittleEndian32( sampleRate );
    wfch.bytesPerSecond = LittleEndian32( sampleRate * blockAlignment );
    /* ToDo: tbd: wavfmt ext hdr here */
    /* write to file */
    self->fmtChunkOffset = ByteCnt;
    ByteCnt += (uint32_t) fwrite( &wfch, 1, sizeof( wfch ), self->theFile );