iffparse remove StopChunk?
Posted: Fri Aug 03, 2012 8:23 pm
Is it possible to remove a StopChunk I've attached to an IFFHandler stream? Closing and re-opening the stream doesn't clear the chunk handlers as I expected it to.
For example, I can set:
StopChunk(iffh, ID_FTXT, ID_JUNK);
Close and reopen the stream, and that is still in effect. I want to remove it so ParseIFF() doesn't stop at those chunks on the next run-through.
I have a workaround, but removing those stop handlers will be more efficient.
For example, I can set:
StopChunk(iffh, ID_FTXT, ID_JUNK);
Close and reopen the stream, and that is still in effect. I want to remove it so ParseIFF() doesn't stop at those chunks on the next run-through.
I have a workaround, but removing those stop handlers will be more efficient.