remove fixme, I just did it.

This commit is contained in:
Jonathan Campbell 2016-10-26 02:28:10 -07:00
parent 767026d3b3
commit f6cfe15299

View File

@ -1437,8 +1437,6 @@ void CAPTURE_MultiTrackAddWave(Bit32u freq, Bit32u len, Bit16s * data,const char
if (!avi_writer_stream_set_format(astream,&fmt,sizeof(fmt)))
goto skip_mt_wav;
/* FIXME: The AVI format specifies that among the strl chunk you can put the name of the stream in a 'strn' chunk (NUL-terminated ASCII) */
if (c->name != NULL && *(c->name) != 0) {
LOG_MSG("multitrack audio, mixer channel '%s' is AVI stream %d",c->name,astream->index);
capture.multitrack_wave.name_to_stream_index[c->name] = (size_t)astream->index;